Adjust the resources for your cloud services, such as CPU cores, memory, and disk space. Use this to meet application demands or optimize costs.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cloud/{accountId}/resize curl -X GET "https://cloud.hostup.se/api/cloud/17530/resize" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"cores": 0,
"memory": "string",
"disk": "string",
"status": "string",
"updated_at": "string",
"cached": true
}
}