Skip to content

Commit 8319699

Browse files
authored
Refine Zone Deletion Conditions
This change is based on feedback from both customers and the DNS Team based on the internal logic used to determine when a zone is transitioned from Moved to Deleted.
1 parent afb8cba commit 8319699

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/docs/dns/zone-setups/reference/domain-status.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ Your domain has failed multiple DNS checks, where either the Cloudflare nameserv
8686

8787
### Expected behavior for different plans
8888

89-
If your domain is on the Free plan, it will be automatically deleted after 7 days.
89+
If your domain is on the Free plan, it will be automatically deleted after 7 days after it entered the moved status.
9090

91-
For moved zones with a paid plan (Pro, Business, Enterprise), deletion will occur if any of the following is observed:
91+
For moved zones with a paid plan (Pro, Business, Enterprise), deletion will occur after 7 days if any of the following is observed:
9292

9393
- The paid plan is removed.
9494
- The domain is activated in another Cloudflare account.
95-
- The domain is [manually removed](/fundamentals/manage-domains/remove-domain/) from Cloudflare.
95+
96+
Domain can also be [manually removed](/fundamentals/manage-domains/remove-domain/) from Cloudflare.
9697

9798
## Deleted
9899

0 commit comments

Comments
 (0)