autonomy ha quorum status¶
Show quorum health, write-block state, and loss-detection history
Synopsis¶
Queries the control-plane quorum endpoint and displays:
- Quorum health classification: healthy / degraded / lost
- Whether protected writes are currently blocked (write_block_active)
- Database reachability
- Connected-to-primary status
- Sync replica count vs. minimum required
- Session advisory lock held (leader election state)
- Monitor-detected loss/restore history (if the monitor is running)
Write-blocking is enforced by the WriteGate middleware on every
protected-write request, not by this command. This command is
diagnostic and read-only; it is safe to run against any node.
Quorum health classification:
healthy — all write-readiness conditions are satisfied
degraded — database reachable but writes blocked (standby, lock absent, or replicas short)
lost — primary PostgreSQL is unreachable; all writes are blocked
Usage¶
autonomy ha quorum status [flags]
Options¶
--orchestrator-url string orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
--output string output format: "text" (human-readable) or "json" (machine-readable) (default "text")
See also¶
autonomy ha quorum— Quorum status and loss-detection operations