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

# Cache

> Manage the Arize CLI cache

The `ax cache` commands let you manage the local Arize SDK cache directory.

## `ax cache clear`

Clear the Arize SDK cache directory. Removes all cached data to free up space or force a fresh fetch on the next operation. Prompts for confirmation before deleting.

```bash theme={null}
ax cache clear [--verbose]
```

| Option            | Description         |
| ----------------- | ------------------- |
| `--verbose`, `-v` | Enable verbose logs |

**Example:**

```bash theme={null}
ax cache clear
```
