Skip to main content
POST
/
conversations
/
{conversation_id}
/
agent-runs
/
{run_id}
/
cancel
Cancel an active durable run
curl --request POST \
  --url https://api.veryfront.com/conversations/{conversation_id}/agent-runs/{run_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "cancelled": true
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

conversation_id
string<uuid>
required
run_id
string
required
Minimum string length: 1

Response

Run cancelled

cancelled
boolean
required