Skip to main content
Shows the database ID, name, engine type, memory, port, cluster, owner and creation date. The database ID is optional: the CLI resolves it from the argument, then falls back to an interactive picker.
squarecloud db info
# Uses an interactive picker to choose the database.
squarecloud db info <dbID>
# Shows detailed info for a specific database.
squarecloud db info <dbID> --json
# Prints the raw database object as JSON.
Use squarecloud db info --help for more information about this command.