---
title: "Start one replication execution"
method: POST
path: "/replication/executions"
tags: ["replication"]
---

# Start one replication execution

`POST /replication/executions`

Start one replication execution according to the policy

## Headers

- `X-Request-Id` string

## Request body

- StartReplicationExecution
  - `policy_id` integer — The ID of policy that the execution belongs to.

## Response `201`

Created

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/goharbor/apis/harbor-api.md) · [All operations](https://skmtc.dev/goharbor/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goharbor/harbor-api/revisions/62d78801f8df/schema)
