Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/changelog/cache/2025-04-01-purge-for-all.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: All Purge Methods Available for All Plans
description: All Cloudflare plans can purge by tag, prefix, url, host, or everything to invalidate cached content on the fly.
date: 2025-04-01T12:50:40Z
---

You can now use all purge methods available on Cloudflare, regardless of plan type. Previously, methods other than "purge by URL" and "purge everything" were exclusive to Enterprise customers.

**Anyone on Cloudflare can now:**
1. [Purge Everything](/cache/how-to/purge-cache/purge-everything/): Clears all cached content associated with a website.
2. [Purge by Prefix](/cache/how-to/purge-cache/purge_by_prefix/): Targets URLs sharing a common prefix.
3. [Purge by Hostname](/cache/how-to/purge-cache/purge-by-hostname/): Invalidates content by specific hostnames.
4. [Purge by URL (single-file purge)](/cache/how-to/purge-cache/purge-by-single-file/): Precisely targets individual URLs.
5. [Purge by Tag](/cache/how-to/purge-cache/purge-by-tags/): Uses Cache-Tag response headers to invalidate grouped assets, offering flexibility for complex cache management scenarios.

For additional information including how much you can purge please check out our [documentation](/cache/how-to/purge-cache/) and our [API Docs](https://developers.cloudflare.com/api/resources/cache/methods/purge/)