Search
Setup for Free
CD
Cloudflare Developers
•
3y ago
lukas
Clearing workers cache?
Is there a way to purge the entire cache for a worker from the CF dashboard itself
? Or whats a good way to purge
.
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
83,384
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
A
ale
•
6/30/23, 10:24 AM
hi Lukas
If you are on an Enterprise plan
, you could add a cache tag per Worker
(
https://developers.cloudflare.com/workers/examples/cache-api/
) and then use it to Purge by Tag
(
https://developers.cloudflare.com/cache/how-to/purge-cache/#purge-using-cache-tags
)
.
Otherwise
, the only option that is left to purge these cached assets that used Workers Cache API is to use the option
'Purge Everything
' in your zone
(assuming you are using a custom domain as opposed to a
*
.workers
.dev endpoint
)
.
Similar Threads
Workers Cache vs Pages Cache
CD
Cloudflare Developers / workers-and-pages-help
6mo ago
Workers cache overhead?
CD
Cloudflare Developers / workers-and-pages-help
5mo ago