CLI
Shutdown running sandboxes
You can shutdown single or all running sandboxes with the E2B CLI.
Further, you can filter the sandboxes to be shutdown by state, metadata or both.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
e2b sandbox kill <sandbox-id1> <sandbox-id2> <sandbox-id3>
e2b sandbox kill --all
e2b sandbox kill --all --state=running,paused
e2b sandbox kill --all --metadata=key=value
e2b sandbox kill --all --state=running,paused --metadata=key=value
Was this page helpful?