Uninstallation
If you want to uninstall the Appcircle server, you can just remove the Helm release from the Kubernetes cluster.
If you haven't changed the release name and namespace name while following the Deploy Using Helm section, you can run the command below to uninstall the Appcircle server.
helm uninstall -n appcircle appcircle-server
Helm uninstall doesn't delete the Appcircle server data stored in the persistent volumes. If you want to delete all the data of the Appcircle server, you can simply delete the namespace.
If you haven't changed the namespace name while following the Deploy Using Helm section, you can run the command below to delete all data of the Appcircle server.
kubectl delete namespace appcircle
Need help?
Get help from Appcircle's support team, or see how others are using Appcircle by joining our Slack Channel.