Skip to content
  • There are no suggestions because the search field is empty.

How do I clear my Prerender.io cache?

Remove outdated cached pages fully or selectively so AI crawlers and search engines always see your latest content.

TL;DR

You can clear your Prerender.io cache in three ways: a full purge that removes all cached URLs for a domain, a partial purge using wildcard patterns to target specific URL paths, or a programmatic purge via the Prerender.io API. All options are available from the Cache Manager in your Prerender.io dashboard.

Why this matters

After deploying site updates, correcting metadata, or fixing rendering issues, your Prerender.io cache may still serve the old version of your pages. AI crawlers and search engines that visit your site will see stale content until the cache is refreshed.

Clearing your cache ensures crawlers receive your latest content immediately, rather than waiting for the next scheduled recache cycle.

When to clear your cache

  • You updated your site's content or layout and need AI crawlers and search engines to see the changes immediately.
  • Outdated or stale URLs remain in your cache and should no longer be served.
  • You want to test an uncached version of your site to verify a fix.
  • You corrected metadata (titles, descriptions, structured data) and need the cached version updated.

Step 1: Open Cache Manager in your Prerender.io dashboard.

  1. Log in to your Prerender.io dashboard.
  2. Go to Cache Manager.
  3. Click the Clear Cache button in the top right corner.

A confirmation modal appears.

Step 2: Choose between a full or partial cache purge.

Full cache purge

To remove all cached URLs for your selected domain:

  1. In the Clear Cache modal, type clear cache into the confirmation field.
  2. Click "Yes, I understand the consequences" to confirm.

This immediately deletes all cached URLs for the selected domain.

⚠️ A full cache purge removes every cached page for the domain. AI crawlers and search engines visiting your site after a purge will trigger fresh renders until the cache is rebuilt. This may temporarily increase your render usage as pages are recached on demand.

Partial cache purge

To remove only specific URLs matching a pattern:

  1. In the Clear Cache modal, enter a wildcard expression in the text field (e.g., https://your-site.com/blog/*).
  2. Click "Clear Partial Cache..." to preview the matching URLs.
  3. Review the list of URLs that will be cleared.
  4. Confirm to proceed with deleting only the matched entries.

This is useful for refreshing content under a specific path without clearing your entire cache.

Clear Cache modal in the Prerender.io dashboard showing wildcard pattern input and partial purge option

 

Step 3: Clear cache using the API (optional).

You can also clear your cache programmatically using the Prerender.io API. The /cache-clear endpoint supports both full and partial cache deletion.

See the Prerender.io API documentation for endpoint details and examples.

ℹ️ The /cache-clear API endpoint is available on current plans only. If you are on a legacy plan, contact support@prerender.io to request a cache clear.

ℹ️ The API option is useful for automating cache clears as part of your deployment pipeline. Trigger a partial purge after each deploy to ensure updated pages are recached immediately.

Step 4: Verify the cache was cleared.

After purging, confirm the cache clear worked:

  1. View one of the purged pages and check for a cache miss, indicating it will be re-rendered on the next crawler visit.
  2. If you used a wildcard pattern, verify that the matched URLs are no longer listed in your cached pages.

✅ Your cache clear is working when previously cached URLs show a cache miss and are re-rendered with your latest content on the next crawler visit.

Best practices

  • Set up cache expiration rules to avoid stale content automatically. See how the Cache Manager works for configuration options.
  • Check your ignore rules. If you use URL ignore rules, make sure excluded URLs are not interfering with your purge.
  • Use partial purges when possible. A targeted wildcard purge is less disruptive than a full cache clear and helps avoid unnecessary render usage.

Related articles


 

💬 Still need help? If you are unable to clear your cache as expected or the dashboard is not showing purged results, contact our support team. Include a screenshot of the issue, the domain name, and the wildcard or URL you attempted to purge. → Contact us at support@prerender.io Include whether you used the API or the dashboard to trigger the purge.

 

Was this article helpful?