POST /api/domain/mark-disconnect-complete/
Marks the domain disconnect as complete after Entri restores the original DNS configuration.Purpose
This endpoint:- Updates proxy_status to
DISCONNECTED - Preserves CloudFront distribution and ACM certificate for fast reconnection
Architecture
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | βsuccessβ |
proxy_status | string | βDISCONNECTEDβ |
message | string | Confirmation message |
can_reconnect | boolean | Always true (infrastructure preserved) |
Infrastructure Preservation
When a domain is disconnected:- CloudFront distribution remains active
- ACM certificate remains valid
- DNS records are restored to original
Reconnection Flow
To reconnect after disconnecting:- Call
/start-certificate(may reuse existing cert) - Add DNS records via Entri
- Call
/mark-step-completewith step 2