Skip to main content
POST
Batch Terminate Executions

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

Request to terminate multiple executions

execution_ids
string[]
required

List of execution IDs to terminate

Required array length: 1 - 100 elements
reason
string
required

Termination reason

Required string length: 1 - 500

Response

Successful Response

Response after batch terminating executions

total_requested
integer
required

Total number of executions requested for termination

total_succeeded
integer
required

Number of successfully terminated executions

total_failed
integer
required

Number of failed terminations

results
BatchTerminateResult · object[]
required

Results for each execution