Skip to main content
Manage models, views, fields, topics, branches, git configuration, and YAML. See the Model API documentation for more information.
delete moves the model to the trash together with the workbooks, dashboards, and child extension models built on it, and requires Connection Admin. To delete a branch instead, use delete-branch.git-rotate-webhook-secret returns the new secret only in its response, so save it before moving on. The old secret stops validating immediately, so webhook deliveries fail signature verification until you set the new value in your git provider. Models that share a git repository share one secret.

Pagination

omni models list returns one page per call, with 20 models by default. Use --page-size to request up to 100 models per page. If pageInfo.hasNextPage is true, pass pageInfo.nextCursor to --cursor to fetch the next page. Repeat until hasNextPage is false; increasing the page size alone does not fetch every model.
Replace NEXT_CURSOR with the value from the previous response and keep the same filters and sort options between pages.
Every command in this group also accepts the global flags, including --token, --profile, --format, and --compact.