Resize your cloud services

Adjust the resources for your cloud services, such as CPU cores, memory, and disk space. Use this to meet application demands or optimize costs.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/cloud/{accountId}/resize
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/cloud/17530/resize" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "cores": 0,
    "memory": "string",
    "disk": "string",
    "status": "string",
    "updated_at": "string",
    "cached": true
  }
}