# `mix continuum.health`
[🔗](https://github.com/Yyeger/Continuum/blob/main/lib/mix/tasks/continuum.health.ex#L1)

Reports operational health and plans or executes fenced repairs.

    mix continuum.health --repo MyApp.Repo
    mix continuum.health --repo MyApp.Repo --format json
    mix continuum.health --repo MyApp.Repo --strict

    mix continuum.health --repo MyApp.Repo --repair wake --target RUN_ID       --lease-token EPOCH
    mix continuum.health --repo MyApp.Repo --repair wake --target RUN_ID       --lease-token EPOCH --execute

Repairs are dry runs unless `--execute` is present.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
