Documentation forSolarWinds Observability SaaS

Delete your private probe in Docker

  1. List your running containers.

    docker ps
  2. Stop the private probe container.

    docker stop <container_id_or_name>
  3. Remove the container.

    docker rm <container_id_or_name>
After your Docker container is removed, your private probe will no longer run checks. Starting a new container later with the same LOCAL_ID will bring back the private probe identity and resume its checks. Creating a new LOCAL_ID will register a new probe.