# Alluxio free cache

The AlluxioFreeCache job runs the CLI command for evicting cached data from workers, also described in its [documentation](https://docs.alluxio.io/ee-ai/user/stable/en/reference/User-CLI.html#job-free).

```
bin/alluxio job free --path ufsPath
```

The value for ufsPath is parsed from the mount points of the cluster, such that all cached data is evicted.

<figure><img src="https://3120376371-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmrwbXqYrN8NJJz04XpWG%2Fuploads%2Fgit-blob-d9eb6ed40a1afeac4db9306717a31ca09041559d%2Fimage%20(32).png?alt=media" alt=""><figcaption></figcaption></figure>

At the completion of the AlluxioFree job, the completed progress report is returned as the job output.

<figure><img src="https://3120376371-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmrwbXqYrN8NJJz04XpWG%2Fuploads%2Fgit-blob-47a12c8dac732b567851c5b39a4f7911e45d596f%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>
