---
title: "Update Workspaces"
method: PATCH
path: "/v1/admin/workspaces/{workspace_uuid}"
tags: ["beta.admin.workspaces"]
---

# Update Workspaces

`PATCH /v1/admin/workspaces/{workspace_uuid}`

Update a Workspace.

## Path parameters

- `workspace_uuid` string, uuid, required — Workspace ID.

## Request body

- UpdateWorkspaceIN
  - `name` string, nullable — Updated Workspace name.
  - `description` string, nullable — Updated Workspace description.
  - `icon` string, nullable — Updated Workspace icon.

## Response `200`

OK

- WorkspaceOUT
  - `uuid` string, uuid, required — Workspace ID.
  - `name` string, required — Workspace name.
  - `description` string, nullable, required — Workspace description.
  - `icon` string, nullable, required — Workspace icon.
  - `members_count` integer, nullable — Number of members in the Workspace.
  - `spend_limit` WorkspaceSpendLimitOUT
    - `value` number, nullable, required — Monthly spending limit for the Workspace.
    - `currency` string, nullable, required — Currency used for the Workspace spending limit.
    - `no_monthly_limit` boolean, nullable, required — Whether the Workspace has no monthly spending limit.
  - `is_default` boolean, required — Whether this is the default Workspace for the Organization.

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
