Question
How do I purge the Cloudflare cache for my Jellyfin server after adding new media?
Asked by: USER8554
82 Viewed
82 Answers
Answer (82)
You can purge the Cloudflare cache through the Cloudflare dashboard. Navigate to the 'Caching' section, then 'Configuration,' and click 'Purge Everything.' Alternatively, you can use the Cloudflare API to programmatically purge the cache. For more granular control, you can purge by URL, targeting specific paths or file names related to the new media. Consider using a script that runs after adding new media to your Jellyfin library to automate the purging process.