Purge CDN cache
purge_cacheRemove cached content from your CDN by specifying URLs or clearing an entire resource. For full cache purge, provide the resource ID; otherwise, purge by URL across all resources.
Instructions
Purge cached content. With resource_id: purge that aCDN resource — everything (clear_all=true) or specific URLs. Without resource_id: purge by full URLs across all resources (the zone is matched by domain automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | URLs/paths to purge. Required unless clear_all is true. | |
| clear_all | No | Purge the entire cache of the resource (requires resource_id) | |
| resource_id | No | aCDN resource (pull zone) ID. Omit to purge by URL across all resources. |