curl -X POST "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projects/my-site/purge_build_cache" -H 'Authorization: Bearer $CF_API_TOKEN'

Category: Cloudflare

curl -X POST "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projects/my-site/purge_build_cache" -H 'Authorization: Bearer $CF_API_TOKEN'

Purge a Pages project's build cache

Clears the cached build artifacts for the Pages project, forcing the next deployment to rebuild from scratch. Use it when a build is stuck on stale cache or produces inexplicable output. The cache rebuilds automatically on the next deploy, so this is safe but slightly slower.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.