When to Use
Call this endpoint after Entri successfully restores the userβs original DNS records during the disconnect flow. This updates the proxy status to βDISCONNECTEDβ while preserving CloudFront and ACM for fast reconnection later.What This Does
- Updates proxy_status to βDISCONNECTEDβ
- Preserves CloudFront distribution (no recreation needed on relink)
- Preserves ACM certificate (continues auto-renewing)
- Enables fast reconnection via the 2-step DNS flow
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | success or error |
| proxy_status | string | DISCONNECTED |
| message | string | Human-readable status message |
| can_reconnect | boolean | True if CloudFront/ACM preserved |
Proxy Status Flow
Frontend Integration
Reconnection Flow
When a user wants to reconnect after disconnecting:- No CloudFront setup needed - distribution already exists
- Start certificate - if SSL expired, or skip if still valid
- 2-step DNS flow - SSL CNAME β www CNAME
- Mark step 2 complete - status becomes DEPLOYED
Why Preserve Infrastructure?
| Resource | Cost When Idle | Benefit |
|---|---|---|
| CloudFront | Free (no traffic) | Instant relink (no 15-min creation) |
| ACM Certificate | Free | Auto-renews forever, no user action |