Purge CDN Cache
infra.cloudflare.purge_cachePurge Cloudflare CDN cache to remove all cached files or specify up to 30 URLs. Forces CDN to fetch fresh content from the origin server.
Instructions
⚡ ACTION: Purge Cloudflare CDN cache — all cached files or specific URLs (max 30). Forces CDN to fetch fresh content from origin server (Cloudflare)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Cloudflare Zone ID | |
| purge_everything | No | Purge all cached files (default false) | |
| files | No | Specific URLs to purge (max 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |