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

> Square Cloud 上のデータベースを起動します。

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

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

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

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