Skip to content

models:list

Terminal window
rai models:list [OPTIONS]

List model schemas.

The current model — deployment.schema in raiconfig, the schema deploy/branch/switch target — is marked * in the table and reported as "current" on each --json row (RAI-52898). Rows come from SHOW SCHEMAS, so each name is one stored identifier rather than a <database>.<schema> ref, and matching folds identifiers the way Snowflake does.

--limit truncates the listing, so the current schema can fall outside it and go unmarked. The table says so explicitly, and --json carries current_schema / current_schema_shown / truncated at the top level — there is no rai models current, so this is the only machine-readable route to the current schema.

Options

OptionTypeDescription
--limitinteger rangeMaximum results to display (must be >= 1). Default: 100.

See Also