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

# verify-domain

> Restart verification for a custom domain

Restart verification after correcting DNS records, or give a pending domain a new 24-hour verification period.

## Usage

```bash theme={"theme":"kanagawa-wave"}
unkey api domains verify-domain [flags]
```

## Flags

<ParamField body="--domain" type="string" required>Domain ID or fully qualified domain name.</ParamField>

## Global Flags

| Flag         | Type   | Description                                                                                   |
| ------------ | ------ | --------------------------------------------------------------------------------------------- |
| `--root-key` | string | Override root key (`$UNKEY_ROOT_KEY`)                                                         |
| `--api-url`  | string | Override API base URL (default: `https://api.unkey.com`)                                      |
| `--config`   | string | Path to config file (default: `~/.unkey/config.toml`)                                         |
| `--output`   | string | Output format. Use `json` for raw JSON                                                        |
| `--body`     | string | Send this JSON string as the request body. You cannot combine it with request-building flags. |

## Examples

```bash theme={"theme":"kanagawa-wave"}
unkey api domains verify-domain --domain=api.acme.com
```

See [Custom domains](/docs/networking/domains) for DNS and verification details.
