Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a migration run.
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/migrations/{runId}/cancel \ --header 'Authorization: Bearer <token>'
{"success":true,"data":{"id":"run_123","status":"canceled"}}
cancel_requested
canceled
curl -X POST "https://api.sequenzy.com/api/v1/migrations/run_123/cancel" \ -H "Authorization: Bearer SEQUENZY_API_KEY"