Skip to main content
POST
/
v1
/
workspaces
/
{workspaceID}
/
resize
Resize workspace (change plan)
curl --request POST \
  --url https://ai.liara.ir/v1/workspaces/{workspaceID}/resize \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345"

Path Parameters

workspaceID
string
required

The workspace ID

Pattern: ^[a-f0-9]{24}$

Body

application/json
plan
enum<string>
required

New plan for the workspace

Available options:
base,
standard,
pro

Response