0PricingLogin
Helm Academy · Lesson

Clean Removal with helm uninstall

Deleting a release and what it leaves behind.

What helm uninstall Does

The helm uninstall command removes a release and deletes the Kubernetes resources Helm created for it. 🧹

helm uninstall my-nginx

It Takes a Release Name

You uninstall by release name, not by chart name, because the same chart can be installed many times.

All lessons in this course

  1. See Everything with helm list
  2. Reading helm status Output
  3. Clean Removal with helm uninstall
  4. Keeping History with --keep-history
← Back to Helm Academy