github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/builder_prune.md (about) 1 # builder prune 2 3 <!---MARKER_GEN_START--> 4 Remove build cache 5 6 ### Options 7 8 | Name | Type | Default | Description | 9 |:-----------------|:---------|:--------|:------------------------------------------------------| 10 | `-a`, `--all` | | | Remove all unused build cache, not just dangling ones | 11 | `--filter` | `filter` | | Provide filter values (e.g. `until=24h`) | 12 | `-f`, `--force` | | | Do not prompt for confirmation | 13 | `--keep-storage` | `bytes` | `0` | Amount of disk space to keep for cache | 14 15 16 <!---MARKER_GEN_END-->