Source:
kubestellar/kubestellar-mcp/commands/helm-uninstall.md
Uninstall a Helm release from clusters.
Remove a Helm release from or more clusters. Automatically finds clusters where the release exists.
helm uninstall on each clusterhelm_uninstall - Uninstall a Helm releaseUse the helm_uninstall tool with:
release_name: Name of the release to uninstall (required)namespace: Namespace of the release (default: default)dry_run: Preview without applyingclusters: Target clusters (auto-detected if not specified){
"release_name": "my-nginx",
"namespace": "web",
"dry_run": true
}