Unable to unset CPU Limit

With a SvelteKit app using Cloudflare Pages, setting the CPU Limit on the project settings prevents the page from deploying successfully.

What’s worse is that it is impossible to unset the CPU Limit to revert the changes and get the app re-deployed.

To anyone who might be having the same issue and until Cloudflare provides an option in the dashboard to unset the value, I ended up having to clone the PATCH request to set the CPU Limit and explicitly set a new value to null. So where it normally says "cpu_ms": 123 on the payload, just set it to "cpu_ms": null

1 Like

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

This is likely related to the following incident:

2 Likes