> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# wazoo health

> Check status and health of the Wazoo API service

The `wazoo health` command verifies connectivity and operational status of the
Wazoo API platform. See [Platform API](/platform/api) for the endpoints it
reports on.

## Usage

```bash theme={null}
wazoo health [options]
```

## Options

| Option            | Description                                    |
| :---------------- | :--------------------------------------------- |
| `--api-url <url>` | Wazoo API base URL (overrides `WAZOO_API_URL`) |
| `--token <token>` | API token override                             |
| `--json`          | Return structured JSON output                  |

## Examples

### Check API health

```bash theme={null}
wazoo health
```

### Check health with JSON output

```bash theme={null}
wazoo health --json
```
