# retryCustomDomain

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/project.controller.ts#L398)

Retry after a failure / recover an offline domain

## Endpoint

`POST /projects/:id/custom-domain/retry`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Project ID |

## Referenced By

- `ProjectController` (MODULE_DECLARES)
