Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

execution_id
string
required

The execution_id to cancel

Body

application/json

Optional cancellation reason.

reason
string

Free-form reason recorded on the cancellation.

Response

Execution cancelled (or already terminal)

status
enum<string>
required

The execution status after the cancel.

Available options:
pending,
running,
completed,
failed,
cancelled,
aborted