delete_model_alias
Permanently remove an alias from a registered model, such as 'champion' or 'production', without affecting the model version.
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 |