<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on TLEer's Blog</title><link>https://a9062634.blog-11c.pages.dev/posts/</link><description>Recent content in Posts on TLEer's Blog</description><generator>Hugo</generator><language>zh-TW</language><lastBuildDate>Sat, 25 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://a9062634.blog-11c.pages.dev/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Delete CF Pages Deployments</title><link>https://a9062634.blog-11c.pages.dev/posts/cf-too-many-deploy/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://a9062634.blog-11c.pages.dev/posts/cf-too-many-deploy/</guid><description>&lt;p&gt;You may encounter the error &lt;code&gt;Your project has too many deployments to be deleted, follow this guide to delete them: https://cfl.re/3CXesln&lt;/code&gt; when trying to delete a pages project which has more than approx. 100 deployments(each construction is considered as one build, like you updated an entry in your blog)&lt;/p&gt;
&lt;p&gt;&lt;img src="https://a9062634.blog-11c.pages.dev/images/20260725_143129.png" alt="Screenshot"&gt;&lt;/p&gt;
&lt;p&gt;So I tell the big fat fish(Deepseek) to write a python script for me to automatically delete the deployments so that I can delete the project afterwards. The repo &lt;a href="https://github.com/RamaAditya49/cloudflare-bulk-delete"&gt;cloudflare-buik-delete&lt;/a&gt; is broken as the records per page of the pages api query is limited at 25, while the tool send queries with 100 records per page, causing HTTP 400 error&lt;/p&gt;</description></item></channel></rss>