ℹ️ These docs are for current Galileo customers running v1.0. Docs for the v2.0 version of Galileo can be found here.
cURL
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>" } ] }
Get all jobs for a project and run.
Revoke them from Celery.
Successful Response
Was this page helpful?