Uninstall the agent

To uninstall/delete the Helm chart deployment:

  1. List the Helm releases, to find the release name

    helm list
    
  2. Uninstall the release

    copy
    icon/buttons/copy
    # <RELEASE_NAME> get from above steps
    helm uninstall <RELEASE_NAME>