Update ModelDeployment
Update a ModelDeployment (creates a new immutable version).
Path parameters
workspace
name
Request
This endpoint expects an object.
config
Reference to the ModelDeploymentConfig name
config_version
Reference to a specific ModelDeploymentConfig version. If not specified, uses latest.
Response
Update a model deployment (creates new version)
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