Skip to main content
POST
/
conversations
/
{conversation_id}
/
agent-stream
/
{runId}
/
cancel
Cancel an active project-agent run
curl --request POST \
  --url https://api.veryfront.com/conversations/{conversation_id}/agent-stream/{runId}/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
runId
string
required
Minimum string length: 1

Response

Run cancelled

cancelled
boolean
required