ℹ️ These docs are deprecated. Move to the current v2.0 Galileo docs.
cURL
curl --request PUT \ --url https://api.staging.galileo.ai/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?