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

> Stops your database on Square Cloud.

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

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

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