Cancel Training

Stable Diffusion V3 APIs Cancel Training API cancels the dreambooth request.


--request POST 'https://stablediffusionapi.com/api/v3/cancle_training/{training_model_id}' \

Make a POST request to https://stablediffusionapi.com/api/v3/cancle_training/{training_model_id} endpoint where training_model_id is the id generated from the dreambooth response

key : Your API Key

Request Body

Body Raw
{
 "key": "",
}