GET
/
cloud
/
v1
/
pricing
/
{project_id}
/
{region_id}
/
instances
/
{instance_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/instances/{instance_id} \
  --header 'APIKey: <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

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project ID

Examples:

1

region_id
integer
required

Region ID

Examples:

1

instance_id
string
required

Server instance ID

Response

200 - application/json

OK

Response with prices per hour and per month