Uninstall SystemLink Enterprise using Helm.

Backup any critical data to avoid potential data loss.
Uninstalling SystemLink will remove all resources associated with the Helm release except persistent volume claims and associated storage. You must delete volumes manually. If you install SystemLink again in the same namespace with the same release name, the application will attempt to re-use any existing volumes.
To uninstall SystemLink, open the Command Prompt and run the following commands.

helm delete release --namespace namespace

helm delete admin-release --namespace namespace

Where
  • release is the name Helm assigns to the installed collection of software.
  • namespace is the namespace created for the application.
  • admin-release is the release name used for installing the systemlink-admin Helm chart.