DewaVPS

Get backup price

GET
/instance/{instance_uuid}/backup/price

Retrieve the estimated backup price for a specific instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid

Query Parameters

tier_id*integer

ID of the tier

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/price?tier_id=0"
{
  "message": "Estimated per backup price",
  "data": {
    "storage_size": 0,
    "block_storage_size": 0,
    "price_per_hour": 0,
    "price_per_month": 0
  }
}