Skip to main content
POST
/
pipelines
/
{pipeline_id}
/
runs
/
{run_id}
/
cancel
Cancel Pipeline Run
curl --request POST \
  --url https://api.example.com/pipelines/{pipeline_id}/runs/{run_id}/cancel/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required
run_id
string<uuid>
required

Response

Successful Response