---
title: "Update a Workspace"
method: PATCH
path: "/v1/organizations/{organizationId}/workspaces/{workspaceId}"
tags: ["workspaces"]
---

# Update a Workspace

`PATCH /v1/organizations/{organizationId}/workspaces/{workspaceId}`

Update the specified Workspace.

## Path parameters

- `organizationId` string, required
- `workspaceId` string, required

## Request body

- WorkspacePatchRequestDTO
  - `alias` string — User-friendly alias for the Workspace.
  - `description` string — Brief description of the Workspace.
  - `tags` string[] — Tags associated with the Workspace.

## Response `204`

The Workspace has been successfully updated

## Other responses

- `default` — Default error response

## Changes

- **2026-03-04** `bfa460b2aec3` — 3 warning
  - the `alias` request property's maxLength was set to `30`
  - the `description` request property's maxLength was set to `255`
  - the `tags/items/` request property's maxLength was set to `30`
- **2025-10-10** `0d907f2a3696` — 1 info
  - removed the non-success response with the status `500`
- **2025-10-09** `a6fde5be66ad` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`
- **2025-10-08** `00753fc6a7b0` — 5 warning, 13 info
  - added the new `Active` enum value to the `state/allOf[#/components/schemas/WorkspaceState]/` response property for the response status `200`
  - added the new `Deprovisioning` enum value to the `state/allOf[#/components/schemas/WorkspaceState]/` response property for the response status `200`
  - added the new `Failed` enum value to the `state/allOf[#/components/schemas/WorkspaceState]/` response property for the response status `200`
  - added the new `Inactive` enum value to the `state/allOf[#/components/schemas/WorkspaceState]/` response property for the response status `200`
  - …14 more
- **2025-09-30** `db7f7dd086ea` — 2 warning
  - added the new `ap-southeast-1` enum value to the `region/allOf[#/components/schemas/AWSRegions]/` response property for the response status `200`
  - added the new `eu-central-2` enum value to the `region/allOf[#/components/schemas/AWSRegions]/` response property for the response status `200`

[Full history](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/changes/v1/organizations/:organizationId/workspaces/:workspaceId/patch.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-cloud-public-api.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-cloud-public-api/revisions/3fc9757c4c89/schema)
