Skip to main content
PUT
Updates an existing workspace in your COR instance using its external ID. Performs the same validations as creation and updates only the provided fields.
To deactivate a workspace, set active to false. This is the recommended way to “delete” a workspace since there’s no DELETE endpoint.

Path Parameters

string
required
External workspace ID that was used when creating the workspace

Request Body Requirements

object
required
string
Updated workspace name
boolean
Whether the workspace is active
string
Updated description

Known Errors

  • ZC001 — Entity is not associated (workspace with the specified external ID not found)
  • WorkspaceNotFoundError — No workspace found with the specified external ID
  • ValidationError — Missing required metadata.source field