TEASEDocs
API ReferenceLandings

Retry domain provisioning

Re-run domain provisioning for a domain stuck in `pending` or `failed`. Idempotent. Requires a write-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

hostname*string

The domain hostname.

Response Body

application/json

application/json

application/json

POST
/api/admin/domains/{hostname}/retry-provisioning
curl -X POST "https://example.com/api/admin/domains/string/retry-provisioning"
{  "hostname": "links.creator.com",  "display_name": "FB Agency",  "created_at": 1719772800,  "button_count": 6,  "infra_state": "active",  "provisioning_error": null,  "infra_attempted_at": 1719779999}
{  "detail": "auth required"}
{  "detail": {    "code": "domain_not_found",    "message": "Domain not found"  }}