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

# cache clean

```bash lines theme={"system"}
qlty cache clean [OPTIONS]
```

Delete the cache for the current project

This will remove all cached results, logs, and debugging files for the current repository. It can be useful when debugging or to reclaim disk space.

Stored files that are shared by the Qlty CLI between repositories, like installed plugins, are not affected by this command.

## Examples

```bash Clean the cache for the current repository lines theme={"system"}
qlty cache clean
```

## See Also

* [`cache dir`](/cli/commands/cache-dir)
* [`cache status`](/cli/commands/cache-status)
* [Global Options](/cli/global-options)
