> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# squarecloud db status

> Displays the status of your database on Square Cloud.

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.

```bash theme={null}
squarecloud db status
# Uses an interactive picker to choose the database.
```

```bash theme={null}
squarecloud db status <dbID>
# Shows the status of a specific database.
```

```bash theme={null}
squarecloud db status --all
# Shows the status of every one of your databases instead of a single one.
```

```bash theme={null}
squarecloud db status <dbID> --raw
# Prints the raw numeric stats as JSON instead of the formatted table.
```

```bash theme={null}
squarecloud db status <dbID> --json
# Prints the formatted status data as JSON.
```

Use `squarecloud db status --help` for more information about this command.
