---
title: "Rename or recolor a workspace"
method: PATCH
path: "/workspaces/{id}"
tags: ["Workspaces"]
---

# Rename or recolor a workspace

`PATCH /workspaces/{id}`

Does not accept a payload - use PUT /workspaces/{id}/content to overwrite a workspace's saved tab arrangement. Rejects the Last Session workspace.

## Path parameters

- `id` integer, required

## Response `200`

Workspace updated.

## Other responses

- `400` — Invalid request, or target is the Last Session workspace.
- `404` — Workspace not found.

---

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