Skip to main content
POST
Cancel Workflow

Authorizations

X-API-Key
string
header
required

API key for authentication.

Path Parameters

execution_id
string
required

Response

Successful Response

The run's status after a cancellation request.

execution_id
string
required

Identifier for the cancelled run.

status
enum<string>
required

The run's status once the cancellation was applied. Usually "cancelled", but a run that finished while the request was in flight reports "completed" or "error" instead.

Available options:
pending,
running,
completed,
error,
cancelled