Skip to main content
PUT
/
v1
/
projects
/
{project_id}
/
runs
/
{run_id}
/
cancel-jobs
Cancel Jobs For Project Run
curl --request PUT \
  --url https://api.acme.rungalileo.io/v1/projects/{project_id}/runs/{run_id}/cancel-jobs \
  --header 'Galileo-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string<uuid4>
required
run_id
string<uuid4>
required

Response

Successful Response