cURL
curl --request POST \ --url https://capy.ai/api/v1/threads/{threadId}/stop \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "active" }
Stop an actively running captain thread.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Thread jam ID.
Success
active
idle
archived
Was this page helpful?