Cloudflare · Arazzo Workflow
Cloudflare Purge Cache
Version 1.0.0
Confirm a zone is active, then purge its cache by files or entirely.
View Spec
View on GitHub
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows
Provider
Workflows
purge-cache
Verify the zone, then purge cache by files or purge everything.
Reads the zone details and branches: when a list of file URLs is supplied it purges those specific files, otherwise it purges the entire cache.
1
getZone
zones-0-get
Read the zone details to confirm the purge targets the intended zone.
2
purgeFiles
zone-purge
Purge only the supplied list of file URLs from the cache.
3
purgeEverything
zone-purge
Purge the entire cache for the zone when no files were supplied.