Update ModelDeployment Status
Update the status of a ModelDeployment (mutable operation). If version is not specified, updates the latest version.
Path parameters
workspace
name
Query parameters
version
Request
This endpoint expects an object.
status
New status for the deployment
status_message
Detailed status message
model_provider_id
Optional reference to the auto-created ModelProvider workspace/name (format: workspace/name)
Response
Update ModelDeployment status and status_message
name
Name of the entity. Name/workspace combo must be unique across all entities. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
workspace
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
created_at
The timestamp of model entity creation
updated_at
The timestamp of the last model entity update
entity_version
Version of this deployment. Automatically managed.
config
Reference to the ModelDeploymentConfig name
config_version
Reference to the specific ModelDeploymentConfig version
id
Unique identifier for the deployment
project
The URN of the project associated with this entity.
status
Current status of the deployment, populated by models controller
status_message
Detailed status message, populated by models controller
status_history
History of status changes, ordered chronologically (oldest first)
model_provider_id
Optional reference to the auto-created ModelProvider workspace/name (format: workspace/name)
auth_context
Auth context captured at deployment creation.
Errors
422
Unprocessable Entity Error