List all databases in your org

databases & regions

// what it does

Prints every database in the active organization with its region and state. With --format json it becomes the inventory feed for scripts and dashboards.

// shell

$ pscale database list
$ pscale database list --format json

// gotcha

An empty list usually means the wrong org, not zero databases — check `pscale org show` before assuming your data vanished.

// resources