Menu

CLI — Catalog, quotas & audit

Discover regions, check capacity, quote prices, inspect quota headroom, and search audit history before provisioning.

Catalog

CommandWhat it does
catalog datacenter listList datacenters + live capacity summary.
catalog datacenter health NAMEHealth summary for one DC.
catalog datacenter maintenanceActive maintenance windows.
catalog capacity --datacenter DCvCPU / RAM / GPU availability.
catalog pricing quote ...Live price for a VM shape.
metalhost catalog datacenter list
metalhost catalog capacity --datacenter datacenters/us-dal-1
metalhost catalog pricing quote \
  --vcpus 4 --ram-gib 16 --cpu-class cascadelake --boot-disk-gib 80 \
  --gpu-model rtx4090 --gpu-count 1

Quota

metalhost quota — current usage vs limits for the active project's organization (VMs, disks, snapshots, public IPs, networks, etc.).

metalhost quota --project projects/my-app -o json

To raise limits, open a support ticket — see CLI → Support.

Audit

CommandWhat it does
audit searchSearch audit events (alias audit list).
metalhost audit search --project projects/my-app --since 24h
metalhost audit search --action compute.vm --principal user@example.com

What's next