GPU Bare Metal
Get GPU cluster price
Get the billing rate for an existing GPU cluster based on its current configuration.
Deprecated: Use the new v2 endpoints instead:
- /v2/pricing/{project_id}/{region_id}/gpu/virtual/clusters/{cluster_id}/servers/{server_id} for virtual clusters
- /v2/pricing/{project_id}/{region_id}/gpu/baremetal/clusters/{cluster_id}/servers/{server_id} for baremetal clusters
get/cloud/v1/pricing/{project_id}/{region_id}/ai/clusters/{server_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
server_idstring uuid4 required
Server unique identifier
Example:f1c1eeb6-1834-48c9-a7b0-daafce64872b
Server unique identifier
Response
OK
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
}