## Stop a session

Stop a session when Entire still considers it active, but the agent run is finished or no longer relevant.

## Stop one session

Find the session ID:

```
entire status
```

Then stop that session:

```
entire session stop SESSION_ID
```

## Stop all active sessions

Use `--all` when several stale sessions are active:

```
entire session stop --all
```

To skip confirmation:

```
entire session stop --all --force
```

`entire session stop` marks sessions as ended. It does not create a checkpoint or flush pending work. Commit first when you want session context linked to code changes.

## Continue with

[**List Sessions**  
Find active sessions and session IDs.](https://docs.entire.io/guides/sessions/list-sessions)

[**Troubleshooting**  
Resolve stale, missing, or misplaced sessions.](https://docs.entire.io/guides/sessions/troubleshooting)
