Delete Worker
You can delete an existing Availability On-premise Vantage Point Worker, also known as Worker, on standalone compute, Kubernetes or Container Instances.
- Delete Worker on Standalone Compute
- Delete Worker on Kubernetes
- Delete Worker on Container Instances
Delete Worker on Standalone Compute
- To list the running Docker or Colima container, run the following:
docker ps
From above output, obtain the required container id of the running docker container and execute the following to delete container:docker rm -f <container_id>
For Podman container, to list the running containers, run the following:podman ps
From above output, obtain the required container id of the running Podman container and execute the following to delete container:podman rm -f <container_id>
- Delete the worker under the On-premise Vantage Point from the APM Availability Monitoring console.
- Sign in to the Oracle Cloud Infrastructure console.
- Open the navigation menu, and click Observability & Management. Under Application Performance Monitoring, click Availability Monitoring.
- On the Availability Monitoring page, click On-premise Vantage Points under the Resources tab from the left menu to open the On-premise Vantage Points page.
- Select the required compartment and domain, select On-premise Vantage Point under which worker was created.
- Delete Worker.
Delete Worker on Kubernetes
To delete the worker on Kubernetes, you need to uninstall the Helm Chart.
- List the helm chart installed in all namespaces by running:
helm ls --all-namespaces
- Run
helm uninstall
command to remove worker(s) by running:helm uninstall <release-name> --namespace <namespace>
For example, run the following command to uninstall above helm chart:helm uninstall opvp-1.2.8 --namespace opvp-ns
- Delete the worker under the On-premise Vantage Point from the APM Availability Monitoring console
- Sign in to the Oracle Cloud Infrastructure console.
- Open the navigation menu, and click Observability & Management. Under Application Performance Monitoring, click Availability Monitoring.
- On the Availability Monitoring page, click On-premise Vantage Points under the Resources tab from the left menu to open the On-premise Vantage Points page.
- Select required compartment and domain, select On-premise Vantage Point under which worker was created.
- Delete Worker.
Delete Worker on Container Instances
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Container Instances.
- Under List scope, select the compartment that contains the container instance.
- Click the name of the container instance that you're interested in.
- Click Delete.
- If you want to delete the boot volume that is associated with the container instance, select the Permanently delete the attached boot volume check box.
- Click Delete instance. Deleted container instances temporarily remain in the list of instances with the state Deleted.
- Delete the Worker under the On-premise Vantage Point from the APM Availability Monitoring console.
- Sign in to the Oracle Cloud Infrastructure console.
- Open the navigation menu, and click Observability & Management. Under Application Performance Monitoring, click Availability Monitoring.
- On the Availability Monitoring page, click On-premise Vantage Points under the Resources tab from the left menu to open the On-premise Vantage Points page.
- Select required compartment and domain, select On-premise Vantage Point under which worker was created.
- Delete Worker.