> ## 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
# 使用交互式选择器来选择数据库。
```

```bash theme={null}
squarecloud db start <dbID>
# 启动指定数据库。
```

使用 `squarecloud db start --help` 获取有关此命令的更多信息。
