> ## 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

> Square Cloud 上のデータベースのステータスを表示します。

データベースの CPU、メモリ、ディスク、接続のステータスを表示します。データベース ID は省略可能です。CLI は引数から解決し、指定がない場合はインタラクティブな選択メニューにフォールバックします。

```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.
```

このコマンドの詳細については `squarecloud db status --help` を使用してください。
