List available cluster sizes

databases & regions

// what it does

Lists the cluster sizes (PS-10, PS-20, ...) you can pass to --cluster-size when creating databases, branches, or keyspaces, with their CPU and memory. It's the menu you order from when sizing anything.

// shell

$ pscale size cluster list

// gotcha

Development branches default to a small PS_DEV size, but branches created from backups or with --seed-data default to PS-10 — production-grade and billed accordingly.

// resources