> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# sessions remove

> Delete a saved session by id or token.

## Purpose

Remove sessions you no longer need.

## Syntax

```bash theme={null}
/mineclawd sessions remove <session>
```

## Examples

```bash theme={null}
/mineclawd sessions remove 1a2b
/mineclawd sessions remove 1a2b-my-project-title
```

## Behavior and limits

* Deletion is permanent.
* If you remove the active session, MineClawd switches active pointer to the most recently updated remaining session.
* If no sessions remain, there is no active session.

## Common failures

* `session not found`: check id or token with `/mineclawd sessions list`.
* `cannot remove sessions while a request is running`: wait for completion.
