Skip to main content
POST
/
v1
/
openclaw
/
{instance_id}
/
expand_storage
Openclaw Expand Storage
curl --request POST \
  --url https://api.example.com/v1/openclaw/{instance_id}/expand_storage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_size_gb": 266
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

instance_id
string
required

Body

application/json
new_size_gb
integer
required

New disk size in GB (must be larger than current)

Required range: 21 <= x <= 512

Response

Successful Response