cURL
curl --request POST \ --url https://capy.ai/api/v1/tasks/{taskId}/stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "id": "<string>", "identifier": "<string>", "status": "backlog" }
Stop a running task.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Task identifier. Accepts both UUID and PREFIX-NNN formats.
Success
backlog
queued
in_progress
needs_review
archived
Was this page helpful?