Custom Hostname Fallback Origin - stuck in `pending_deletion`

When running: curl -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" -H "Content-Type: application/json" -X GET https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/custom_hostnames/fallback_origin | jq, I'm getting:
{
"success": true,
"errors": [],
"messages": [],
"result": {
"origin": "<censored>",
"status": "pending_deletion",
"created_at": "2023-08-02T14:16:13.081945Z",
"updated_at": "2023-08-21T08:00:10.768052Z"
}
}
{
"success": true,
"errors": [],
"messages": [],
"result": {
"origin": "<censored>",
"status": "pending_deletion",
"created_at": "2023-08-02T14:16:13.081945Z",
"updated_at": "2023-08-21T08:00:10.768052Z"
}
}
The status has been stuck in pending_deletion for more than a day. How do I get it to finish and actually delete? I need to replace it. If anyone from Cloudflare sees this - this is support ticket https://support.cloudflare.com/hc/en-us/requests/2903331 .
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?