recheck_dns_verification
Retry Cloudflare custom-hostname validation after DNS changes and return refreshed certificate and routing status; null result means no applicable hostname, and verification errors are surfaced.
Instructions
Ask Cloudflare to retry custom-hostname domain-control validation for a Cloudflare Workers deployment, then return refreshed certificate and hostname-routing status. Call this after DNS records were published or when the user explicitly asks to recheck verification. This action does not write DNS records or change nameservers. A null result means the deployment has no applicable Cloudflare custom hostname. Surface verificationErrors and do not report the domain live unless both customHostnameStatus and hostnameStatus are active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | Cloudflare Workers deployment ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |