Skip to main content
GET
/
cloud
/
v2
/
pricing
/
{project_id}
/
{region_id}
/
gpu
/
virtual
/
clusters
/
{cluster_id}
Get virtual GPU cluster price
curl --request GET \
  --url https://api.gcore.com/cloud/v2/pricing/{project_id}/{region_id}/gpu/virtual/clusters/{cluster_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:
cluster_id
string<uuid4>
required
Examples:

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: