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

Shutdown sandboxes by id

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

Shutdown all sandboxes

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