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

> Displays the status of your application on Square Cloud.

The application ID is optional: the CLI resolves it from the argument, then the `squarecloud.app` config file in the current directory, then an interactive picker.

```bash theme={null}
squarecloud app status
```

```bash theme={null}
squarecloud app status --all
# Shows the status of every one of your applications instead of a single one.
```

```bash theme={null}
squarecloud app status --raw
# Prints the raw numeric stats as JSON instead of the formatted table.
```

```bash theme={null}
squarecloud app status --json
# Prints the formatted status data as JSON.
```

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