---
title: "Update Workspace"
method: PATCH
path: "/api/admin/workspaces/{workspace_id}"
tags: ["admin-workspaces"]
---

# Update Workspace

`PATCH /api/admin/workspaces/{workspace_id}`

## Path parameters

- `workspace_id` string, required

## Request body

- UpdateWorkspaceRequest
  - `name` string, nullable
  - `telephony_provider` string, nullable
  - `call_provider` string, nullable
  - `is_primary` boolean, nullable

## Response `200`

Successful Response

- UpdateWorkspaceResponse
  - `id` string, required
  - `name` string, required
  - `telephony_provider` string, required
  - `call_provider` string, required
  - `is_primary` boolean, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-31** `7c9aff2501f3` — 1 warning
  - changed the pattern of the request property `call_provider/anyOf[subschema #1]/` from `^(ultravox|gemini)$|^$` to `^(ultravox|gemini|selfhost)$|^$`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/workspaces/:workspace_id/patch.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/7c9aff2501f3/schema)
