Skip to main content
reactor model status reports the deployment, image, and weights state of your releases. The argument shape picks between two display modes: a model overview and a per-release report.

Usage

Run it from your workspace with no argument to print the model overview: model metadata plus a rollup row for every registered release.
Pass <model> to see the same overview for a different model, or <model>:<release> for the detailed per-release report:

Long format and structured output

Pass -l to append a per-region table of the model’s live instances, with desired, running, healthy, and idle counts. -o json and -o yaml return the same data as a structured document. Both flags apply to the <model> form only.

Example output

Status glyphs

When a component is missing, the status line points directly at the next step:

See what’s actually running

status shows which release is deployed; reactor model instances shows which instances are currently serving it. Pair them when triaging “the release is marked deployed but clients aren’t connecting”:

Next

Deploy a release

Activate a release once its image and weights are in place.

Manage the model

Update the spec, list running instances, or delete the model.