---
title: "Update workspace settings"
method: PATCH
path: "/api/workspaces/{id}"
tags: ["workspace"]
---

# Update workspace settings

`PATCH /api/workspaces/{id}`

[cloud-only] Updates the name or settings of a workspace. Requires admin role.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — New workspace name

## Response `200`

Workspace updated

- Workspace — [cloud-only] A cloud workspace for team collaboration.
  - `id` string, required
  - `name` string, required
  - `owner_id` string
  - `member_count` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workspaces/:id/patch.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/2f69d843959c/schema)
