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/training/{training_id}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "training_id": "string", "status": "string", "message": "string" }
Cancel a running training job.
TrainingCancelResponse
200
401
403
404
422
429