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

> Zeigt den Status deiner Datenbank auf Square Cloud an.

Gibt den CPU-, Arbeitsspeicher-, Festplatten- und Verbindungsstatus einer Datenbank aus. 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 status
# Verwendet eine interaktive Auswahl, um die Datenbank auszuwählen.
```

```bash theme={null}
squarecloud db status <dbID>
# Zeigt den Status einer bestimmten Datenbank an.
```

```bash theme={null}
squarecloud db status --all
# Zeigt den Status jeder deiner Datenbanken an, statt nur einer einzelnen.
```

```bash theme={null}
squarecloud db status <dbID> --raw
# Gibt die rohen numerischen Werte als JSON aus, statt der formatierten Tabelle.
```

```bash theme={null}
squarecloud db status <dbID> --json
# Gibt die formatierten Statusdaten als JSON aus.
```

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