Azion CLI purge

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


Terminal window
azion purge --cache-key "www.domain.com/@@cookie_name=cookie_value,www.domain.com/test.js"

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

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

The --layer flag specifies the layer the purge will be executed. Possible values are edge_caching or l2_caching. The default value is edge_caching.

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

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.