autonomy ha status¶
Show HA cluster status (leader, replicas, health, replication lag)
Synopsis¶
Queries the control-plane HA status endpoint and displays an aggregated view of the cluster’s health including:
Current leader and epoch
Quorum and write-readiness status
Replication lag across standbys
Recent leadership epoch history
This command is read-only and safe to run against any node (primary or standby).
Usage¶
autonomy ha 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— HA cluster status and manual failover operations