I'm trying to delete a Pages project and

I'm trying to delete a Pages project and keep getting "(Code: 8000000)" Anyone else resolved this?
7 Replies
Erisa
Erisa3mo ago
It's not just you, the team are aware its an issue currently and if you can share either the project.pages.dev or the Account ID + project name, I can escalate it to the team
Kiwi
Kiwi3mo ago
Thanks, acc is 04667397b9ef08386bb11a511b4f1ffd and project is "firebucket-web" For some context: I did a first deploy from a branch and I think it stuck my production deploys to that branch (I was only getting preview deploys from "main") So I was going to delete and recreate it and see if I could unbork it.
Erisa
Erisa3mo ago
I see You can change that value in the API if youre interested:
curl --request PATCH \
"https://api.cloudflare.com/client/v4/accounts/{account_id}/pages/projects/{project_name}" \
--header "Authorization: Bearer <API_TOKEN>" \
--header "Content-Type: application/json" \
--data "{\"production_branch\": \"main\"}"
curl --request PATCH \
"https://api.cloudflare.com/client/v4/accounts/{account_id}/pages/projects/{project_name}" \
--header "Authorization: Bearer <API_TOKEN>" \
--header "Content-Type: application/json" \
--data "{\"production_branch\": \"main\"}"
https://developers.cloudflare.com/pages/configuration/branch-build-controls/
Kiwi
Kiwi3mo ago
I did find that too, but I think a bit late on this existing project I tried to delete and errored on. I'd like to just recreate the whole project now (I want that name, to keep consistent) any idea how long until someone gets to this ticket?
Kiki Y
Kiki Y3mo ago
Hi there, this is Kiki from Cloudflare. Thanks for reporting and escalating this case. We are sorry to hear that you are experiencing issues. As a general case, you may not be able to delete your Pages project if it has a high number (over 800) of deployments. It is mentioned here: https://developers.cloudflare.com/pages/platform/known-issues/#delete-a-project-with-a-high-number-of-deployments However, as you mentioned it seems to be your first deployment in the pages project? If you can confirm there is not high number of deployments(over 800), I will PM you to get a ticket, then we will troubleshoot further from there. Or you can follow the resolution in link above. Thank you!
Cloudflare Docs
Known issues · Cloudflare Pages docs
Here are some known bugs and issues with Cloudflare Pages:
Kiwi
Kiwi3mo ago
Yeah i should be well below that number thanks for the help
Kiki Y
Kiki Y3mo ago
my pleasure, just PMed you to get a ticket.
Want results from more Discord servers?
Add your server