View disk space usage

Display used and available disk space, along with inode usage for your account.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
quota string
GET https://cloud.hostup.se/api/hosting/{accountId}/disk-quota
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/0/disk-quota" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "quota": "string"
}