v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBModel Sync
Cancel Sync Execution
Requests cancellation of a model sync execution.
post/api/syncs/{sync_id}/executions/{id}/cancel
Path parameters
sync_idstring uuid required
Example:248df4b7-aa70-47b8-a036-33ac447e668d
idstring uuid required
The ID of the execution to cancel.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
The ID of the execution to cancel.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"message": "Cancellation requested"
}
}