maple.backend.policy.base.PolicyBackend.stop
- PolicyBackend.stop(handle: PolicyHandle) None
Stop a running policy container.
Stops the Docker container and unregisters it from cleanup tracking. Safe to call even if container is already stopped.
- Parameters:
handle – Policy handle to stop.