Uninstall the Helm Chart
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Note:
For information on uninstalling the Operator Helm Chart, see Uninstall the Operator Helm Chart.
Take the following steps to remove the MarkLogic Helm Chart deployment.
-
Execute the
helm uninstallcommand. For example:helm uninstall my-release -n <namespace-release>Note: The response
release "my-release" uninstalledshould appear. -
Verify the uninstall was successful with this command:
helm list --all-namespacesNote: An entry named "my-release" (or the release name you chose) should no longer appear.
-
Manually delete the persistent volume claims:
kubectl delete pvc -n <namespace-release> -l app.kubernetes.io/name=marklogic