Deleting a Model

Learn how to delete models.

Deleting a model or a specific model version means removing all links between the Model entity and artifacts + pipeline runs, and will also delete all metadata associated with that Model.

Deleting all versions of a model

zenml model delete <MODEL_NAME>

Delete a specific version of a model

zenml model version delete <MODEL_VERSION_NAME>

Last updated