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

> Checks the Square Cloud platform health.

Reports whether the Square Cloud platform is operating normally. This is a lightweight health check, not a status for a specific app or database; use `squarecloud app status` or `squarecloud db status` for those. It works even when you are not logged in.

```bash theme={null}
squarecloud status
# Prints a checkmark and a status message if Square Cloud is operating normally.
```

```bash theme={null}
squarecloud status --json
# Prints the raw status object as JSON.
```

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