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.
终止 Fastino 训练任务并删除其所有检查点。
curl -X POST https://api.fastino.ai/v1/training-jobs/YOUR_TRAINING_JOB_ID/terminate \ -H "X-API-Key: $FASTINO_API_KEY"
{ "success": true, "message": "Training job terminated", "job_id": "YOUR_TRAINING_JOB_ID", "deleted_checkpoints": 3 }
POST /v1/training-jobs/{job_id}/terminate
4xx
此页面对您有帮助吗?