Update Domain Status
Domains
Update Domain Status
Override the cached domain status.
PATCH
Update Domain Status
CLI:
Overview
Override the cached domain status. Intended for client-driven state changes like marking a domainfailed after the frontend’s verification timeout elapses. This does not touch DNS or the backing verification service; the next /verify or list sync will overwrite this value if live state disagrees.
This operation shares the URL path
/api/email/domains/{id} with other verbs. See the sibling page for related operations on the same resource.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email domain (email_domains.id) UUID.
Minimum string length:
1Body
application/json
Client-driven status override. Used primarily by the frontend polling loop to mark a domain failed after the verification timeout window elapses.
New lifecycle status. verified is NOT allowed via this endpoint — only the /verify endpoint can mark a domain verified.
Available options:
pending, verifying, failed Response
Domain updated. Returns the full domain row.
Updated email domain row.