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

> Stoppt deine Datenbank auf Square Cloud.

Sendet ein Stopp-Signal an die Datenbank. Die Datenbank-ID ist optional: Die CLI ermittelt sie aus dem Argument und greift andernfalls auf eine interaktive Auswahl zurück.

```bash theme={null}
squarecloud db stop
# Verwendet eine interaktive Auswahl, um die Datenbank auszuwählen.
```

```bash theme={null}
squarecloud db stop <dbID>
# Stoppt eine bestimmte Datenbank.
```

Verwende `squarecloud db stop --help` für weitere Informationen zu diesem Befehl.
