Skip to main content
POST
/
v3
/
teams
/
{team}
/
custom-domains
/
{domain}
/
retry
Retry Domain Setup
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/retry \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}
Retries the provisioning process for a custom domain that has failed setup. Only available when the domain is in a failed state.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the custom domain.

Response

message
string
A confirmation message (e.g., Provisioning retry started.).