Skip to main content

Usage and billing

Overview

The Usage page lets you check organization-wide VM, storage, and network resource usage along with accumulated cost. Usage is aggregated by the second, and you can filter by period, resource type, and pricing type to analyze cost patterns.

Prerequisites
  • Billing.Billing.READ permission (Owner role has it)

How to open it

Go to Billing > Usage.


Page layout

A summary card at the top, a time-series table at the bottom.

AreaContents
Total costTotal cost for the selected period
PeriodStart date – end date
Usage tableCost per resource type, per time bucket (day/week/month)

Table columns:

ColumnMeaning
Pricing typeOn-demand / Spot (reserved is separate — see below)
VMVM runtime × rate
Block storageSize × time × rate
Object storageStored size × retention time
Parallel file systemSize × time
Public IPAllocation time
TotalRow total
Reserved usage isn't shown on this page

Usage and billing details for reserved capacity are not available here. Check with sales or the support channel. For how to find reserved usage, see the Reserved resources guide.


Filters

Narrow the view with the filter bar on the left.

  • Time bucket: daily / weekly / monthly
  • Resource type: all / VM / block storage / object storage / parallel file system / public IP
  • Pricing type: all / on-demand / spot
  • Period: set start and end dates

To reset all filters at once, click Reset filters.


Cost optimization checklist

  • Stop VMs you aren't using — note that block storage and public IP still bill
  • Delete block storage you don't need any more (back up via snapshot first if needed)
  • Release unused public IPs
  • Move interruption-tolerant ML training to spot VMs: discounted rates (discount varies)
  • Auto-prune old snapshots / automatic backups with snapshot scheduler retention
  • Move long-term archival data from block storage to object storage
  • For workloads running 3+ months continuously, switch to reserved — contact sales
Stopping vs deleting a VM

Stopping halts only compute charges. Block storage and public IPs are billed until you delete them. For data you won't touch for a while, move it to object storage and then delete the block storage.


Cost alerts

If you can't review the Usage page daily, set up alerts for cost/usage thresholds.

ScenarioExample alert
Idle GPUGPU utilization < 5% for 1 hour → email
Disk-full riskBlock storage utilization > 85% → email
Training completedGPU utilization < 5% for 10 minutes → email

Next steps