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

> Starts your database on Square Cloud.

Sends a start signal to the 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 start
# Uses an interactive picker to choose the database.
```

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

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