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

# clawker controlplane status

## clawker controlplane status

Show control plane health

### Synopsis

Report the health of the clawker control plane.

Probes the control plane's health endpoint and, if the CP is up,
reports firewall subsystem state. Tolerates a stopped CP — in that case
the firewall fields are omitted and the CP is reported as down.

```
clawker controlplane status [flags]
```

### Examples

```
  # Show CP status
  clawker controlplane status

  # Output as JSON
  clawker controlplane status --json

  # Custom Go template
  clawker controlplane status --format '{{.ContainerRunning}}'
```

### Options

```
      --format string   Output format: "json", "table", or a Go template
  -h, --help            help for status
      --json            Output as JSON (shorthand for --format json)
  -q, --quiet           Only display IDs
```

### Options inherited from parent commands

```
  -D, --debug   Enable debug logging
```

### See also

* [clawker controlplane](clawker_controlplane) - Break-glass control plane lifecycle
