v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Execution

Kill flow run

This endpoint is used to kill a flow run and all its subflow runs.

post/kill_pipeline

Request body

run_idstring required

The ID of the pipeline run to kill.

user_idstring

The user ID. Required if project_id is not provided.

project_idstring

The project ID. Required if user_id is not provided.

Response

Pipeline killed successfully

successboolean
run_idstring

The ID of the killed pipeline run.