v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Volumes

Preview volume price

Preview the billing price of a volume's type and size.

post/cloud/v1/pricing/{project_id}/{region_id}/volumes

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

region_idinteger required

Region ID

Example:1

Region ID

Request body

sizeinteger nullable

Volume size in GiB

snapshot_idstring nullable

Snapshot ID

source'image' | 'new-volume' | 'snapshot' required
type_name'cold' | 'ssd_hiiops' | 'ssd_local' | 'ssd_lowlatency' | 'standard' | 'ultra'

Example request

{
  "size": 1000,
  "source": "new-volume",
  "type_name": "standard"
}

Response

OK

currency_code'AZN' | 'EUR' | 'USD' nullable required

Currency code (3 letter code per ISO 4217)

discount_percentnumber nullable required

Actual discount relative value

price_per_hournumber nullable required

Price of the item charged per hour

price_per_monthnumber nullable required

Price of the item charged per month

price_status'error' | 'hide' | 'show' required
price_without_discount_per_monthnumber nullable required

Total price VAT inclusive per month without discount

tax_percentnumber required

Tax rate applied to the subtotal, represented as a percentage

Example response

{
  "currency_code": "USD",
  "discount_percent": 0.16,
  "price_per_hour": 1,
  "price_per_month": 720,
  "price_status": "show",
  "price_without_discount_per_month": 604.8,
  "tax_percent": 17
}