Powered by Zoomin Software. For more details please contactZoomin

MarkLogic® Server on Kubernetes

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.

  1. Execute the helm uninstall command. For example:

    helm uninstall my-release -n <namespace-release>
    

    Note: The response release "my-release" uninstalled should appear.

  2. Verify the uninstall was successful with this command:

    helm list --all-namespaces
    

    Note: An entry named "my-release" (or the release name you chose) should no longer appear.

  3. Manually delete the persistent volume claims:

    kubectl delete pvc -n <namespace-release> -l app.kubernetes.io/name=marklogic
    
TitleResults for “How to create a CRG?”Also Available inAlert