Use this method if your gateway is registered but cannot connect to the OpsRamp SaaS platform (for example, due to network or other connectivity issues).
You can uninstall the OpsRamp gateway using either of the following two supported methods:
1. Uninstall Using the OpsRamp Bootstrap Tool
Use this method if the gateway was installed using the OpsRamp Bootstrap Tool.
Command Syntax
opsramp-collector-start uninstall --namespace {NAMESPACE_NAME}- Replace
{NAMESPACE_NAME}with the actual namespace used during installation. - If no custom namespace was specified, use
default.
Example
opsramp-collector-start uninstall --namespace default2. Uninstall Using Helm
Use this method when:
- The gateway was installed using Helm.
- You are managing the gateway lifecycle via Helm releases.
Command Syntax
helm uninstall nextgen-gw --namespace {NAMESPACE_NAME}- Replace
{NAMESPACE_NAME}with the actual namespace used during installation. - If no custom namespace was specified, use default.
Example
helm uninstall nextgen-gw --namespace default