Skip to main content
GET
/
cloud
/
v1
/
pricing
/
{project_id}
/
{region_id}
/
instances
/
{instance_id}
Get instance price
curl --request GET \
  --url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/instances/{instance_id} \
  --header 'Authorization: <api-key>'
{
  "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
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
integer
required
Examples:
region_id
integer
required
Examples:
instance_id
string
required

Response

200 - application/json
currency_code
enum<string> | null
required
Available options:
AZN,
EUR,
USD
discount_percent
number | null
required
Examples:
price_per_hour
number | null
required
Examples:
price_per_month
number | null
required
Examples:
price_status
enum<string>
required
Available options:
error,
hide,
show
price_without_discount_per_month
number | null
required
Examples:
tax_percent
number
required
Examples: