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>"
}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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
New disk size in GB (must be larger than current)
21 <= x <= 512Successful Response