louisbrulenaudet/Cloudflare Cache Purge
Invalidate Cloudflare CDN cache for a given zone via the REST API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | Cloudflare API token with Zone:Cache Purge permission. | yes | — |
| zone_id | Cloudflare Zone ID of the domain to invalidate. | yes | — |
| purge_everything | Set to 'true' to purge the entire zone cache. | no | false |
| files | JSON array of absolute URLs to purge individually. Ignored when purge_everything is 'true'. Example: '["https://example.com/", "https://example.com/assets/app.js"]' | no | [] |
Outputs
no outputs