Skip to main content
POST
Cancel Workflow Run

Headers

x-api-key
string | null

Query Parameters

job_id
string

Run job_id to cancel

Body

application/json

JSON body for POST /workflows/cancel; job_id may also come from the query param.

job_id
string | null

Run job_id to cancel

Response

Successful Response

Response for workflow cancellation.

job_id
string
required

Job (run) identifier.

status
string
required

Status after cancellation, typically 'canceled'.