Skip to main content
POST
Kill flow run

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Body

application/json
run_id
string
required

The ID of the pipeline run to kill.

user_id
string

The user ID. Required if project_id is not provided.

project_id
string

The project ID. Required if user_id is not provided.

Response

Pipeline killed successfully

success
boolean
run_id
string

The ID of the killed pipeline run.