Estimate VM Create Cost
POST/v1/compute/vms/cost
Estimate VM Create Cost
curl https://api.nirvanalabs.io/v1/compute/vms/cost \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY" \
-d '{
"boot_volume": {
"size": 100,
"type": "abs"
},
"instance_type": "n1-standard-8",
"name": "my-vm",
"os_image_name": "ubuntu-noble-2026-05-18",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"public_ip_enabled": true,
"region": "us-sva-2",
"ssh_key": {
"public_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBIASkmwNiLcdlW6927Zjt1Hf7Kw/PpEZ4Zm+wU9wn2"
},
"subnet_id": "123e4567-e89b-12d3-a456-426614174000",
"tags": [
"production",
"ethereum"
]
}'{
"currency": "USD",
"monthly_total": "-69125",
"priced_at": "2025-01-01T00:00:00Z",
"usage_dimensions": [
{
"dimension": "compute_vcpu",
"dimension_display_name": "vCPU (hours)",
"monthly_amount": "-69125",
"quantity": 4,
"unit_price": "-69125"
}
],
"current_summary": {
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_fraction": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
},
"updated_summary": {
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_fraction": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
}
}Returns Examples
{
"currency": "USD",
"monthly_total": "-69125",
"priced_at": "2025-01-01T00:00:00Z",
"usage_dimensions": [
{
"dimension": "compute_vcpu",
"dimension_display_name": "vCPU (hours)",
"monthly_amount": "-69125",
"quantity": 4,
"unit_price": "-69125"
}
],
"current_summary": {
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_fraction": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
},
"updated_summary": {
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_fraction": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
}
}