delete_model_version
Delete a specific model version from the MLflow registry. This action is permanent and cannot be undone.
Instructions
Delete a specific model version from the registry. Irreversible — the version and its metadata cannot be recovered.
Args: name: Name of the registered model. version: Version number to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | Yes |