Inspect a database or open it in the browser

databases & regions

// what it does

Shows a database's metadata — region, state, created date — and `--web` jumps straight to its dashboard page in your browser. Use --web when you need the UI-only bits like insights graphs or billing.

// shell

$ pscale database show mydb
$ pscale database show mydb --web

// gotcha

Most pscale list/show commands accept --web; it's the fastest bridge between terminal muscle memory and the dashboard when a task needs clicking.

// resources