DewaVPS

Get snapshot price

GET
/instance/{instance_uuid}/snapshot/price

Retrieve the estimated monthly price for a snapshot of 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/snapshot/price?tier_id=0"
{
  "message": "Estimated snapshot price per month",
  "data": {
    "price_per_month": 33600
  }
}