ReferenceFlightcontrol APICustom DomainsRetry Domain Group Attachment

Retry Domain Group Attachment

This endpoint allows you to retry the attachment or detachment of domains in a domain group that have failed. Use this endpoint when domains in your group are in ERROR_ATTACHING or ERROR_DETACHING state.

Endpoint

POST /v1/domain-certificate-groups/{domainGroupId}/retry-attachment

Parameters

ParameterTypeDescription
domainGroupIdstringThe ID of the domain group to retry the attachment for

Response

Returns a 200 status code on success.

Example

curl --request POST \
  --url http://api.flightcontrol.dev/v1/domain-certificate-groups/${DOMAIN_GROUP_ID}/retry-attachment \
  --header 'authorization: Bearer ${TOKEN}'