> ## Documentation Index
> Fetch the complete documentation index at: https://opentrain.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Workspace

> Rename an instruction workspace.

Updates workspace metadata. Content changes never go through this endpoint — pages change only via [changesets](/docs/developers/api-reference/instructions/apply-changeset).

**Requirements:** `instructions:write` + workspace `EDITOR` or `OWNER` + a verified (claimed) account.

## Request

<ParamField path="workspaceId" type="string" required>
  The workspace id.
</ParamField>

<ParamField body="name" type="string">
  New display name.
</ParamField>

## Response

<ResponseField name="workspace" type="object">
  The updated workspace summary.
</ResponseField>
