Skip to main content
POST
/
workflows
/
cancel
Cancel Workflow Run
curl --request POST \
  --url https://api.sixtyfour.ai/workflows/cancel \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "job_id": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Query Parameters

job_id
string

Run job_id to cancel

Body

application/json

The body is of type Body · object.

Response

Successful Response

Response for workflow cancellation.

job_id
string
required

Job (run) identifier.

status
string
required

Status after cancellation, typically 'canceled'.