Description
Soft-delete a model from the Reactor platform. <name> is the model name (name or canonical org/name). With no argument, the name is inferred by walking up from the current directory to the nearest enclosingreactor.yaml’s model.name (stopping at the repository
root). Deletion is a soft delete: the model row and its
releases are retained on the server as a tombstone, the model leaves
every read surface at once, and its name stays reserved: re-registering it
is rejected while the tombstone exists (an accepted trade-off until
deployments use a distinct identifier). The
actual partner image and weights bundles in object storage are not
deleted by this command (they are retained for audit and can be
garbage-collected separately).
By default the command prompts you to type the model name verbatim to
confirm (case-sensitive, exact match, no retries - any mismatch
aborts). The typed-name confirmation always uses the resolved model name,
including when it was inferred from the workspace. Pass --yes to skip
the prompt entirely; useful for scripts and CI where stdin is not a TTY.
Examples:
Options
Global options
See also
- reactor model - Model management commands