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
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

Examples:

1

region_id
integer
required

Region ID

Examples:

7

cluster_id
string<uuid4>
required

Cluster unique identifier

Examples:

"1aaaab48-10d0-46d9-80cc-85209284ceb4"

Response

200 - application/json

OK

Response with prices per hour and per month