Skip to Content
MCP Toolsclear_cache

clear_cache

Clear the transcription cache to free disk space. Also removes cached markdown files.

Example

Response:

{ "cleared": 5, "message": "Cleared 5 cached transcriptions" }

Notes

This deletes all cached transcriptions from the SQLite database and all .md files from ~/.augent/cache/transcriptions/.

Model cache (loaded models in memory) is not affected. Use augent cache clear-models via CLI to clear loaded models.

Last updated on