autonomy fleet status

Show per-node fleet health snapshot (last seen, policy version, release ack)

Synopsis

Queries the control-plane fleet summary endpoint and displays an observational snapshot of every known node in the fleet for the given release channel, including:

  • Node health classification (up | stale | unknown)

  • Last heartbeat timestamp

  • Current lock fingerprint and policy version

  • Latest acknowledged release

This command is read-only and performs no convergence computation or activation decisions.

Usage

autonomy fleet status [flags]

Options

      --channel string            Release channel to query (e.g. stable, canary) (default "stable")
      --orchestrator-url string   orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
      --output string             output format: "text" (human-readable) or "json" (machine-readable) (default "text")
      --stale-threshold int       Seconds before a node is classified as stale (default 60) (default 60)

See also