Cancel training
Cancel the model’s in-flight training runs.
Overlapping retrains can leave several versions pending or training at once, so the cancel is model-wide: every in-flight version is marked ‘cancelled’ and its cloud training jobs are stopped. Returns 400 when no training is pending or running.
Requires an API key with the write scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ml_model_id
Response
OK
id
name
task_type
description
target_column
feature_columns
image_columns
problem_type
currently_active
status
version_number
dataset_id
quality_preset
error_message
training_started_at
training_completed_at
evaluation_metrics
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error