# jackin exile (https://jackin.tailrocks.com/commands/exile/)



## Synopsis [#synopsis]

```bash
jackin exile
```

Stop all running Capsule-managed role containers. The nuclear option — use when you want a clean slate.

## What it does [#what-it-does]

* Finds all running managed role containers
* Stops each agent container
* Stops each DinD sidecar container
* Removes per-agent Docker networks

## When to use [#when-to-use]

* End of day cleanup
* Before a system restart
* When you want to free up Docker resources
* Something went wrong and you want to start fresh

Persisted state is **not** deleted. Agents will resume from their last state when loaded again. Use `jackin purge` to delete state.
