Cancel Training Request
curl --request POST \
--url https://modelslab.com/api/v3/cancel_training/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"messege": "<string>",
"data": "<string>"
}Train Model
Cancel Training Request
Cancel a dreambooth training request.
POST
/
cancel_training
/
{training_id}
Cancel Training Request
curl --request POST \
--url https://modelslab.com/api/v3/cancel_training/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"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.
Request
Send aPOST request to below endpoint.
Where {training_id} is the one returned in the response upon initiating the model training.
curl
--request POST 'https://modelslab.com/api/v3/cancle_training/{training_id}' \
Body
json
{
"key": ""
}
Path Parameters
The unique identifier for the training job to cancel
Example:
"F5jvdzGnYi"
Body
application/json
Your API Key used for request authorization
Example:
""
Was this page helpful?
⌘I

