6 Uninstalling SCP
This chapter provides information about uninstalling SCP.
6.1 Uninstalling SCP Using Helm
To uninstall SCP using Helm, perform the following procedure on a server that has access to Kubectl and Helm commands.
- To uninstall SCP, run the following
command:
helm uninstall <release_name> --namespace <namespace>Where,
<release_name>is a name provided by the user to identify the Helm deployment.Helm keeps a record of its releases, so you can still reactivate the release after uninstalling it.
Example:
helm uninstall ocscp --namespace scp
Note:
By default, SCP uses Helm 3.