> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retry Domain Setup

Retries the provisioning process for a custom domain that has failed setup. Only available when the domain is in a failed state.

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

<ParamField path="domain" type="integer" required>
  The ID of the custom domain.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message (e.g., `Provisioning retry started.`).
</ResponseField>
