mesheryctl model list

List registered models

Synopsis

List all registered models by pagingation (25 models per page)

mesheryctl model list [flags]

Examples

List of models

mesheryctl model list

List of models for a specified page

mesheryctl model list --page [page-number]

Display number of available models in Meshery

mesheryctl model list --count

Options

-c, --count (optional) Get the number of models in total -h, --help help for list -p, --page int (optional) List next set of models with --page (default = 1) (default 1)

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.