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")

Options inherited from parent commands

      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)

See also

  • autonomy ha — HA cluster status and manual failover operations