You're viewing the 2.x documentation. For the most recent release, see the latest StormForge documentation.

Uninstall

Run helm commands to uninstall

Uninstall both the Agent and Applier when you want to stop optimizing workloads on a cluster or before you delete a cluster from StormForge.

  1. Uninstall the Applier:

    helm uninstall stormforge-applier -n stormforge-system
    
  2. Uninstall the Agent:

    helm uninstall stormforge-agent -n stormforge-system
    
Last modified April 28, 2026