Purge Content
This tool allows instant removal of HTTP Pull and HTTP Push cache content in the CDN if newly updated content has not been properly replicated.
To purge a single file:
- Go to your Control Panel > CDN > Resources > CDN resource's label.
- On the page that appears, click the Purge tab.
- In the Paths to Purge field, specify the destination path(s). You can enter only one path per line.
You can specify a maximum of 1,300 paths in the Paths to Purge field.
4. Click Purge.
To purge all content:
- Go to your Control Panel > CDN > Resources > CDN resource's label.
- On the page that appears, click the Purge tab.
- Click Purge All Contents of This Site to purge all content.
Also, on the Purge tab, in the table, you can view the statuses of your transactions with the following details:
- Job ID - the ID of the transaction
- Url - the Url path to purge
- Status - the status of the transaction ( queued, % of progress, completed or failed)
- Time Initiated - the time when the transaction was started
- Time Completed - the time when the transaction was completed
Because objects are not stored in the cache directory structure, it is not possible to purge URLs with a wildcard or a directory as in the example below:
/path/to/file/*.jpg /path/to/directory/
It is recommended to add a version ID to your URL query string. Apart from invalidating edge server cache, it also invalidates browser cache.
There is a limit of 40 purge requests per 5-minute interval for each user account. This limit serves as a safety margin to ensure the performance of the Purge feature.