Manually purge the CDN cache
Vercel releases manual CDN cache purging for Member-role users via the cache settings dashboard or the `vercel cache purge --type=cdn` command in CLI v44.2.0 and later.
Users with the role can now purge Vercel’s CDN cache manually, either via the project's or by running in CLI version 44.2.0 or later.Membercache settings dashboardvercel cache purge --type=cdn By default, the CDN cache is purged automatically with each new deployment. For cases where you want to refresh cached content instantly (without waiting for a new build), you can now manually purge the global CDN cache in milliseconds.
This is especially useful for persistent cache scenarios, like , where paths are cached across deployments. If upstream images have changed, you can now force a refresh instantly.Image Optimization Learn more in the .documentation Read more
- vercel.comManually purge the CDN cacheprimary