Skip to main content

Usage

tm admin models delete [OPTIONS] MODEL_ID

Arguments

NameTypeRequiredDefaultDetails
model_idtextyesMetavar: MODEL_ID.

Options

NameTypeRequiredDefaultDetails
--user-idtextnoOptional admin user id for authorization.
--yesbooleannofalseSkip confirmation prompt. Boolean flag.
--jsontextnoJSON request body or @file.json (overrides —user-id). When omitted, reads piped stdin if available.
--filepathnoRead JSON request body from file (overrides —user-id).
--timeoutfloatnoHTTP timeout in seconds.

Inherited Global Options

NameTypeRequiredDefaultDetails
--version, -VbooleannofalseShow the version and exit. Boolean flag.
--configpathno"~/.config/tensormesh/config.toml"Path to config TOML file
--output`choice[textjsonyamlrawtable]`no"text"Output format (text is human-readable; json is machine-friendly).
--quietbooleannofalseSuppress non-essential output. Boolean flag.
--debugbooleannofalsePrint debug logs to stderr (secrets redacted). Boolean flag.
--ca-bundlepathnoPath to a PEM CA bundle for TLS verification (overrides TENSORMESH_CA_BUNDLE).
--max-retriesintegernoMax retries for idempotent HTTP requests on transient errors (overrides TENSORMESH_MAX_RETRIES; subcommands may override).
--controlplane-basetextnoOverride the Control Plane base URL.
--gateway-providertextnoInference Gateway provider for built-in host selection (nebius, lambda, yotta).

Parent Command