Pages: how long do removed files stay alive

Hi there,
Situation:

  1. I deploy to Pages production a folder with one file index.html
  2. Then I remove index.html from the folder and add a new file index-new.html. I deploy the folder to production again.

I see now that both files index.html and index-new.html are being served by Cloudflare Pages, so it looks like the first file index.html was not removed from the hosting, maybe because of the cache.

Questions:

  1. will the old file index.html stay forever or it will be cleaned up with time?
  2. If the old file will eventually be cleaned up, for how long will it stay?

Thanks in advance

1 Like

Try to purge cache.

I don’t have a custom domain attached. The website is served at *.pages.dev
Is there a way to purge cache for it? I couldn’t find

If a request is made for a file that does not exist, but existed in the previous deployment, and Pages happens to still have that file cached, it will serve it up. It won’t stick around forever but it could be a week or more.

Understand. Thanks a lot for the clarification!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.