Description
List models registered against the current account. Also reachable asreactor model ls for users who prefer the qualified
form; both invocations are identical.
By default the output is a plain list of canonical <org>/<name> identifiers,
one per line, so it can be piped into other commands. Pass -l for a long-
format table with extra columns (visibility, ownership, status).
The listing is filtered to models owned by the calling account by default.
Pass --all (-a) to also include public models owned by other accounts
(typically platform models published by Reactor itself). Short bool flags
compose, so -la is the same as -l -a (mirrors ls(1)).
Pass --name <substring> to narrow the listing to canonical names that
contain the given substring (case-insensitive). The filter is applied
server-side via the same query parameter reactor model status uses
under the hood.
The -l table and the structured -o/--output formats (json, yaml, md) add
per-region running-instance counts for models you own.
Examples:
Options
Global options
See also
- reactor model - Model management commands