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

# clear_memory

> Wipe all stored transcriptions, embeddings, diarization data, and markdown files.

## Example

**Response:**

```json theme={null}
{
  "cleared": 5,
  "message": "Cleared 5 stored transcriptions"
}
```

***

## Notes

<Tip>This deletes all stored transcriptions from the SQLite database and all `.md` files from `~/.augent/memory/transcriptions/`.</Tip>

<Tip>Model cache (loaded models in memory) is not affected. Use `augent memory clear-models` via CLI to clear loaded models.</Tip>
