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.
API Reference
Every endpoint, with a playground
curl --request DELETE \ --url 'http://localhost:8000/api/v1/training/{job_id}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "job_id": "string", "status": "string", "message": "string" }
Cancel a v1 training job.
TrainingCancelResponseV1
200
401
422
429