Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://acusight.io/api/ml/training/jobs/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "data": {}, "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Attempts to cancel a training job and stops the backing container when applicable.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Training job ID
Cancellation confirmation
Show child attributes
Was this page helpful?