⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/cancel_training/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "<string>",
"data": "<string>"
}Cancel a dreambooth training request.
curl --request POST \
--url https://modelslab.com/api/v3/cancel_training/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "<string>",
"data": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint.
Where {training_id} is the one returned in the response upon initiating the model training.
--request POST 'https://modelslab.com/api/v3/cancle_training/{training_id}' \
{
"key": ""
}
The unique identifier for the training job to cancel
"F5jvdzGnYi"
Your API Key used for request authorization
""
Was this page helpful?