---
title: "Receive Eval Replication"
method: POST
path: "/v1/internal/eval-replication"
tags: ["internal-replication"]
---

# Receive Eval Replication

`POST /v1/internal/eval-replication`

Apply a peer env's eval-definition mutation to the local DB.

Body shape:
  { "action": "upsert" | "delete",
    "table":  <one of REPLICATED_TABLES>,
    "id":     <uuid>,
    "row":    <full row dict for upsert; null for delete> }

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
