Skip to content

Uninstalling Activities Plus

If necessary, you can remove the Activities Plus app from your Connections deployment.

  1. On your Kubernetes master node, determine what services are currently installed:

    helm list
    
  2. Uninstall Activities Plus using the following command:

    helm uninstall <release_name> --purge
    

    Where <release_name> is kudos-boards-cp, for example:

    helm uninstall kudos-boards-cp --purge
    

Parent topic:Integrating with Activities Plus