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>'
"<any>"

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

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

Response

200
application/json

Successful Response

The response is of type any.