---
title: "Update workspace"
method: PUT
path: "/orgs/{orgId}/workspaces/{workspaceId}"
tags: ["workspaces"]
---

# Update workspace

`PUT /orgs/{orgId}/workspaces/{workspaceId}`

Updates the details of the workspace identified by the given `workspaceId`.

## Path parameters

- `orgId` integer, required
- `workspaceId` integer, required

## Request body

- UpdateWorkspaceRequest
  - `description` string
  - `fullName` string
  - `name` string
  - `visibility` 'PRIVATE' | 'SHARED'

## Response `200`

OK

- DescribeWorkspaceResponse
  - `workspace` Workspace
    - `dateCreated` string, date-time
    - `description` string
    - `fullName` string, required
    - `id` integer, nullable
    - `lastUpdated` string, date-time
    - `name` string, required
    - `visibility` 'PRIVATE' | 'SHARED', required

## Other responses

- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicate name

---

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