You can shutdown single or all running sandboxes with the CLI.

Shutdown single sandbox

To shutdown a single sandbox, run the following command:
Bash
novita-sandbox-cli sandbox kill <sandbox-id>

Shutdown all sandboxes

To shutdown all running sandboxes, run the following command:
Bash
novita-sandbox-cli sandbox kill --all