Skip to main content
POST
/
v1
/
threads
/
{threadId}
/
stop
Stop thread
curl --request POST \
  --url https://capy.ai/api/v1/threads/{threadId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "active"
}

Authorizations

Authorization
string
header
required

API token (capy_xxxx). Generate at capy.ai/settings/tokens

Path Parameters

threadId
string
required

Thread jam ID.

Response

Success

id
string
required
status
enum<string>
required
Available options:
active,
idle,
archived