actions-marketplace-validations/Cloudflare Purge Zone Cache
Purge/Flush/Clear Cloudflare domains or zones cache with optional files/tags/hosts/prefixes filters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 7, 2025
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/cssnr_cloudflare-purge-cache-action@14e80b44ed40d53df5128d1229bd98365338a6c8 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Cloudflare API Token | yes | — |
| zones | Zones to Purge | no | "" |
| files | Files to Purge | no | "" |
| prefix | File Prefix | no | "" |
| tags | Tags to Purge | no | "" |
| hosts | Hosts to Purge | no | "" |
| prefixes | Prefixes to Purge | no | "" |
| fail | Fail Mode | no | all |
| dry_run | Run Without Purging Cache | no | false |
| summary | Add Summary to Job | no | true |
| zone | This has been changed to: zones | no | — |
| domains | This has been changed to: zones | no | — |
Outputs
| name | description |
|---|---|
| success | Successful Zones |
| failed | Failed Zones |