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

> Prüft den Zustand der Square Cloud Plattform.

Meldet, ob die Square Cloud Plattform normal funktioniert. Dies ist eine einfache Zustandsprüfung, kein Status für eine bestimmte Anwendung oder Datenbank; verwende dafür `squarecloud app status` bzw. `squarecloud db status`. Der Befehl funktioniert auch, wenn du nicht angemeldet bist.

```bash theme={null}
squarecloud status
# Zeigt ein Häkchen und eine Statusmeldung an, wenn Square Cloud normal funktioniert.
```

```bash theme={null}
squarecloud status --json
# Gibt das rohe Status-Objekt als JSON aus.
```

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