# Shutdown running sandboxes - Documentation

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/guides/sandbox-cli-shutdown-sandboxes

# Shutdown running sandboxes

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

##

[​](#shutdown-sandboxes-by-id)

Shutdown sandboxes by id

To shut down specified sandboxes, run the following command:

Bash

```
novita-sandbox-cli sandbox kill [...]
```

##

[​](#shutdown-all-sandboxes)

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
