---
title: "Resize workspace (change plan)"
method: POST
path: "/v1/workspaces/{workspaceID}/resize"
tags: ["Workspace Actions"]
---

# Resize workspace (change plan)

`POST /v1/workspaces/{workspaceID}/resize`

Changes the plan of a workspace. The user must have sufficient balance
for the new plan's hourly price.

## Path parameters

- `workspaceID` string, required

## Request body

- ResizeWorkspaceRequest
  - `plan` 'base' | 'standard' | 'pro', required — New plan for the workspace

## Response `200`

Workspace resized

## Other responses

- `401` — Missing authentication
- `402` — Payment required - insufficient balance
- `404` — Workspace not found
- `410` — Gone - plan not available

---

[API](https://skmtc.dev/liara-cloud/apis/ai-workspaces.md) · [All operations](https://skmtc.dev/liara-cloud/apis/ai-workspaces/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/ai-workspaces/revisions/dca23912b278/schema)
