Purge cache by URL cloudflare

Selective purge by file; note: purge_everything thrashes cache, avoid in prod

curl -sX POST "https://api.cloudflare.com/client/v4/zones/<id>/purge_cache" -H "Authorization: Bearer $CF_TOKEN" -H 'Content-Type: application/json' --data '{"files":["https://<host>/app.js"]}'
more cloudflare all 2 commands →