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/stop \ -H "X-API-Key: $FASTINO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"reason": "Validation loss stopped improving"}'
{ "success": true, "message": "Training job stopped", "job_id": "YOUR_TRAINING_JOB_ID", "status": "stopped" }
POST /v1/training-jobs/{job_id}/stop
4xx
此页面对您有帮助吗?