Skip to main content
You can use the CLI command to shut down running sandboxes.

Shutdown sandboxes by id

To shut down specified sandboxes, run the following command:
Bash
novita-sandbox-cli sandbox kill <sandbox-id1> [<sandbox-id2>...]

Shutdown all sandboxes

To shut down all running sandboxes, run the following command:
Bash
novita-sandbox-cli sandbox kill --all
Last modified on June 24, 2026