v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBPipeline Execution
Pipeline termination
Cancel an executed pipeline, optionally forcing the termination
patch/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}
Path parameters
projectIdstring required
The UUID of the pipeline's project
pipelineExecutionIdstring uuid required
ID of the pipeline execution, as returned when executing a pipeline
Request body
Example request
{
"status": "CANCELLED"
}Response
Pipeline execution cancelled (or hard cancelled) successfully
Example response
{
"pipelineExecutionId": "1398aa31-af57-4a6a-9752-27c2e8556c3f"
}