---
title: "Cancel Sync Execution"
method: POST
path: "/api/syncs/{sync_id}/executions/{id}/cancel"
tags: ["Model Sync"]
---

# Cancel Sync Execution

`POST /api/syncs/{sync_id}/executions/{id}/cancel`

Requests cancellation of a model sync execution.

## Path parameters

- `sync_id` string, uuid, required
- `id` string, uuid, required — The ID of the execution to cancel.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- CancelSyncExecutionResponseEnvelope
  - `data` CancelSyncExecutionResponse
    - `message` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/versions/5e9bcd4cfb2d/schema)
