.stop() explicitly:
atexit and signals (Ctrl+C, SIGTERM), so sandboxes stop even on unexpected exits.
For batch cleanup, tagging strategies, and orphan recovery, see the Cleanup patterns guide.Terminate sandboxes and manage cleanup with context managers, explicit stops, and global atexit handlers.
.stop() explicitly:
atexit and signals (Ctrl+C, SIGTERM), so sandboxes stop even on unexpected exits.
For batch cleanup, tagging strategies, and orphan recovery, see the Cleanup patterns guide.