Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Manually purge the CDN cache

  • Thread starter Thread starter Steven Salat, Agustin Falco
  • Start date Start date
Vercel's CDN Cache can now be purged by users with the Owner role using the button in project settings or by running a CLI command, vercel cache purge --type=cdn, using version 44.2.0 or newer.

The CDN cache is already purged when you create a new deployment but that can take seconds or minutes to build. This new button is able to purge the CDN cache globally in milliseconds.

Some cached paths persist between deployments, for example Image Optimization, so you can now manually purge when you know the external source images have changed and you want to see fresh content.

Learn more in the documentation.

Read more

Continue reading...
 
Back
Top