maple.utils.health.HealthMonitor.unregister
- HealthMonitor.unregister(container_id: str) None
Unregister a container from health monitoring.
Removes the container from the monitoring registry. The container will no longer be checked. Thread-safe and can be called while monitor is running. Safe to call even if container is not registered.
- Parameters:
container_id – Docker container ID to unregister.