Returns control-plane health facts: the worst overall status plus per-subsystem status for identity, registry, branch catalog, and the optional branch-local space catalog. Also reports the default branch and active branch count. A healthy result means every required control-plane fact is present and readable.
Status commands return a scalar or compact status payload and do not mutate database state.
Examples
Read control-plane health.
CLI
$ strata health
Wire
{"type":"health"}
Parameters
No parameters.
Plus the optional scope: branch and space (default to the session branch and the "default" space).
Returns
StatusResponse<AdminHealth>.
Errors
failed_precondition.engine.runtime_closednot_found.engine.branchinvalid_argument.engine.branch_name
Invocation
- CLI:
strata health - Wire type:
health