> ## 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

> id または token を指定して保存済みセッションを削除します。

## 目的

不要になったセッションを削除します。

## 構文

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

## 例

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

## 動作と制限

* 削除は永続的です。
* アクティブセッションを削除すると、MineClawd は残っている中で最終更新が最も新しいセッションへアクティブポインタを切り替えます。
* セッションが 1 つも残らない場合、アクティブセッションはなくなります。

## よくある失敗

* `session not found`: `/mineclawd sessions list` で id または token を確認してください。
* `cannot remove sessions while a request is running`: 完了まで待ってください。
