PUT /api/workspaces/{workspace_name}
Name of the workspace to update. You can find the workspace name on your Mage Pro cluster’s
/apps/workspaces
page.The action to perform. Use
"patch"
to apply partial updates to the workspace configuration.Optional. Configuration string for the container.
For example, updating environment variables:
For example, updating environment variables:
Optional. Whether to update workspace settings with the current cluster’s environment variables.
Set to
Set to
true
to sync the workspace configuration with the cluster-level environment.