# Fleet Control-Plane CLI The local roster-v2 control plane is `mosaic fleet`. ```text mosaic fleet apply --expected-generation [--dry-run] mosaic fleet reconcile --expected-generation [--dry-run] mosaic fleet start [name] --expected-generation [--dry-run] mosaic fleet stop [name] --expected-generation [--dry-run] mosaic fleet restart [name] --expected-generation [--dry-run] mosaic fleet status [name] mosaic fleet verify mosaic fleet doctor ``` `apply` and `reconcile` use roster desired state. `start`, `stop`, and `restart` are exact local one-shot lifecycle effects and never persist a desired-state edit. `status`, `verify`, and `doctor` are observational. Commands emit one JSON object. Handled precondition errors emit `{ "error": { "code": "..." } }` and exit non-zero. Partial derived/lifecycle effects use explicit `authoritativeRoster`, `projections`, `lifecycle`, and bounded `recovery` fields; they never claim rollback. Any additive `cleanup` diagnostic also exits non-zero, even where known effects are complete: it is not a clean completion and the lock requires inspection before retry. This control plane is separate from the gateway-backed `mosaic agent` catalog. It is local-only and rejects remote/connector lifecycle mutation, arbitrary command/channel/secret input, and unproven tmux ownership.