Add extra storage

Add extra storage space as an add-on to your web hosting account. Creates an invoice for the add-on. Can be purchased multiple times to add more space (e.g., 2x25GB = 50GB extra).

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Body

required
application/json
quantity number

Number of add-ons to purchase (default: 1)

Responses

200 Successful response

No response body

POST https://cloud.hostup.se/api/hosting/{accountId}/addons/storage
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/hosting/0/addons/storage" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "quantity": 0
  }'
Response
{}
Request Body
{
  "quantity": 0
}