Skip to main content

Billing

When does billing start?

ResourceBilling startsBilling stops
Virtual machineOn entering RunningAfter Terminating finishes (returns to Idle)
Block storage (standard)On creationOn deletion
Block storage (DR)On creation (higher rate)On deletion
Public IPOn allocationOn deletion
Object storageWhen data is storedWhen data and bucket are deleted
Parallel file system (PFS)On creationOn deletion

A VM's compute charges run from Running through Terminating. Pressing stop only halts billing once the terminating phase completes and the VM returns to Idle.

Stopping a VM does not stop billing for the attached block storage and public IP.


The bill is higher than expected

Check per-resource usage under Billing > Usage.

Common causes:

  • Block storage left attached to a stopped VM
  • Public IPs you're not using
  • Old snapshots piling up

A spot VM was reclaimed — am I still being charged?

Spot VMs are billed only for time spent in Running. After reclamation, no further VM charges accrue.

The block storage attached to a spot VM, however, continues to be billed, so delete any storage you no longer need after reclamation.


Cost-saving tips

  1. Use spot VMs: a discounted rate for training that can tolerate interruption (discount fluctuates)
  2. Stop VMs as soon as training finishes: automate idle-GPU detection with alerts
  3. Delete old snapshots: clean up unneeded snapshots on a schedule
  4. Right-size block storage: don't over-provision up front
  5. Clean up public IPs: release IPs you're not using immediately

For exact rates, see the official price list.


Next steps