Raw File
cilium-dbg_endpoint_health.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium-dbg endpoint health

View endpoint health

```
cilium-dbg endpoint health <endpoint id> [flags]
```

### Examples

```
cilium endpoint health 5421
```

### Options

```
  -h, --help            help for health
  -o, --output string   json| yaml| jsonpath='{}'
```

### Options inherited from parent commands

```
      --config string   Config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium-dbg endpoint](cilium-dbg_endpoint.md)	 - Manage endpoints

back to top