---
title: "uv cache prune"
description: "!https://simonwillison.net/2025/Jul/8/uv-cache-prune/#atom-everything"
date: 2025-07-10
published: true
tags:
  - python
  - thought
  - uv
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://simonwillison.net/2025/Jul/8/uv-cache-prune/#atom-everything" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-content">
      <div class="embed-card-title">uv cache prune</div>
      <div class="embed-card-description">If you&#39;re running low on disk space and are a uv user, don&#39;t forget about uv cache prune: uv cache prune removes all unused cache entries. For example, the cache …</div>
      <div class="embed-card-meta">Simon Willison’s Weblog &middot; simonwillison.net</div>
    </div>
  </a>
</div>


Good point to check on your uv cache if you are running low on disk space.  I checked mine today, and it wasn't too bad so I left it alone.

``` bash
du -sh `uv cache dir`
```
