# Azion CLI purge

Azion CLI Purge allows you to instantly delete the cache of your content at Azion.

---

## Purge

### Usage

```bash
azion purge --cachekey "www.domain.com/@@cookie_name=cookie_value,www.domain.com/test.js"
```

### Optional Flags

#### cachekey

The `--cachekey` flag provides a list of URLs including the cache keys that must be purged from Azion Cache.

#### help

The `--help` flag displays more information about the purge command.

#### layer

The `--layer` flag specifies the layer the purge will be executed. Possible values are `cache` or `tiered_cache`. The default value is `cache`.

#### urls

The `--urls` flag provides a list of URLs that must be purged from Azion Cache.

#### wildcard

The `--wildcard` flag specifies the Wildcard URL or Cache Key for the objects you want to purge. Only one Wildcard expression can be used per request.