WorkspaceAdminService
Workspace Admin

Update a workspace

Updates a workspace's metadata (e.g. name) and spec. Admin only.

patch/v1/account/workspaces/{workspaceId}

Path parameters

workspaceIdstring required

Workspace ID to update (path).

Request body

workspaceIdstring

Workspace ID to update (path).

updateMaskstring field-mask

Fields to update.

Response

OK

status'STATUS_ENABLED' | 'STATUS_DISABLED' | 'STATUS_ARCHIVED' enum

Lifecycle status of the workspace. Archived workspaces reject all requests scoped to them. Server-populated.

Changes