Tenant status
Last updated
Was this helpful?
Last updated
Was this helpful?
Endpoint used to update the internal status of an existing workspace.
Args: request: HTTP request. workspace_update: Workspace status update model. tenant_id: Deprecated, use workspace_id instead. workspace_id: ID of the workspace to update. Only required for internal services that are not authenticated with a workspace session token. auth_context: Auth context. workspace_manager: Workspace manager.
Raises: IllegalOperationError: If the user lacks permission to call this endpoint. ValueError: If the workspace update or workspace ID are required but not provided.
Returns: Model of the updated workspace or None if the workspace was deleted.
Defines all status fields that can be updated for a workspace.
The new operational status of the workspace.
Enum that represents the desired state or status of a workspace.
These values can be used in two places:
desired_state
field of a workspace object, to indicate the
desired state of the workspace (with the exception of PENDING
and FAILED
which are not valid values for desired_state
)status
field of a workspace object, to indicate the current state
of the workspaceThe ZenML service status update.
ZenML service status update model.
The MLflow service status update.
MLflow service update model.
Pydantic Model for viewing a workspace.