Skip to main content
Prints CPU, memory, disk and connection status for a database. The database ID is optional: the CLI resolves it from the argument, then falls back to an interactive picker.
squarecloud db status
# Uses an interactive picker to choose the database.
squarecloud db status <dbID>
# Shows the status of a specific database.
squarecloud db status --all
# Shows the status of every one of your databases instead of a single one.
squarecloud db status <dbID> --raw
# Prints the raw numeric stats as JSON instead of the formatted table.
squarecloud db status <dbID> --json
# Prints the formatted status data as JSON.
Use squarecloud db status --help for more information about this command.