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
.mdfiles from~/.augent/cache/transcriptions/.
Model cache (loaded models in memory) is not affected. Use
augent cache clear-modelsvia CLI to clear loaded models.
Last updated on