delete_model_alias
Revoke an alias like 'champion' from a registered model, leaving the model version unchanged. Manage promotion labels cleanly.
Instructions
Remove an alias from a registered model (e.g. revoke 'champion'). The alias is permanently removed; the model version itself is not affected.
Args: name: Name of the registered model. alias: Alias to remove, e.g. 'champion', 'production'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| alias | Yes |