Skip to main content
POST
Cancel All Active Runs

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Path Parameters

configuration_id
string<uuid>
required

Configuration ID

Response

Successful Response

Response for bulk cancellation of workflow runs.

configuration_id
string<uuid>
required

Workflow configuration ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

cancelled_count
integer
required

Number of runs cancelled

Example:

5

cancelled_at
string
required

Cancellation timestamp (ISO 8601)

Example:

"2024-01-15T10:32:00Z"