HSX_E_CLOUDFLARE_DEPLOYMENT_AMBIGUOUS
Cloudflare deployment result is ambiguous.
What this error means
Cloudflare returned a timeout/5xx after the deployment request was sent; it may or may not have been applied.
When this error stops a command, hs-x exits with code 50. With --json, the failure is reported as a structured error whose code field is HSX_E_CLOUDFLARE_DEPLOYMENT_AMBIGUOUS — stable to match on in scripts and agents.
Likely causes
- Cloudflare incident
- Network failure mid-request
How to fix it
- Re-run the command — HS-X reconciles by operation id and will not double-apply
- Check Cloudflare's status page
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.
Keep going