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

# Health checks

> Validate the installed runtime and understand current service health probes.

Run:

```bash theme={null}
sudo leamout doctor
```

The current command verifies a Linux `amd64` host, container-runtime availability, deployment identity, generated runtime configuration, installed runtime files, and a valid installed runtime configuration.

The Leamout API exposes `/healthz` and `/readyz` for service-level checks. The installed runtime also performs internal health checks for its required services without exposing those private service interfaces publicly.

<Note>
  The current `doctor` command does not yet implement every target diagnostic described by the self-hosted product contract, such as complete DNS, TLS, port, certificate-expiry, and live telecom-path testing.
</Note>
