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

# Update Workspace Plan

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

## Path parameters

- `workspace_id` string, required

## Request body

- UpdateWorkspacePlanRequest
  - `plan` string, required
  - `reason` string, nullable

## Response `200`

Successful Response

- UpdateWorkspacePlanResponse
  - `id` string, required
  - `name` string, required
  - `plan` string, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[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/6155db644bab/schema)
