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

# Update workspace

`PATCH /workspaces/{id}`

## Path parameters

- `id` string, required

## Request body

- GithubComActiveloopaiDeeplakeApiInternalWorkspacesUpdateWorkspaceRequest
  - `name` string — Display name (required)

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalWorkspacesWorkspaceResponse
  - `workspace` GithubComActiveloopaiDeeplakeApiInternalWorkspacesWorkspace
    - `access_level` string — Response-only fields (populated when fetching with user permissions)
    - `created_at` string
    - `creator_id` string
    - `id` string
    - `name` string
    - `org_id` string
    - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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