maple.utils.cleanup.CleanupManager.unregister_container

CleanupManager.unregister_container(container_id: str) None

Unregister a Docker container from automatic cleanup.

Removes the container from the cleanup registry. Typically called when a container is stopped manually and cleanup is no longer needed.

Parameters:

container_id – Docker container ID to unregister.