Skip to main content
The tm admin surface is for privileged Control Plane operations. Typical areas include users, billing, products, and model administration.

Common Starting Points

Inspect the available admin groups first:
tm admin --help
tm admin users --help
tm admin billing --help
tm admin products --help
tm admin models --help

Example Admin Commands

List users:
tm admin users list
Inspect product state:
tm admin products list
Inspect admin billing operations:
tm admin billing balances --help
tm admin billing pricing --help
Delete a model with explicit confirmation bypass:
tm admin models delete MODEL_ID --yes