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

> Square Cloud 上のデータベースを停止します。

データベースに停止シグナルを送信します。データベース ID は省略可能です。CLI は引数から解決し、指定がない場合はインタラクティブな選択メニューにフォールバックします。

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

```bash theme={null}
squarecloud db stop <dbID>
# Stops a specific database.
```

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