# Stop Training Stop an ongoing model training process. Once stopped, training cannot be resumed - a new model would need to be created and trained. Endpoint: POST /tailored-gen/models/{model_id}/stop_training ## Path parameters: - `model_id` (integer, required) Model ID ## Header parameters: - `api_token` (string, required) ## Response 200 fields ## Response 401 fields ## Response 404 fields ## Response 409 fields ## Response 429 fields ## Response 500 fields