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

# Add domain fails with "Domain is already claimed by another organization"

> Release a custom domain from another Mintlify deployment or request help when adding it fails because another deployment or organization already holds it.

When you try to add a custom domain that is registered to another Mintlify deployment, the dashboard or [`mint add-domain`](/docs/cli/commands#mint-add-domain) returns one of these errors:

* `Domain is already in use by another deployment in your organization` means the domain belongs to another deployment you can access.
* `Domain is already claimed by another organization` means the domain belongs to a deployment in a different Mintlify organization. This can happen when a trial account, unused organization, or deployment created with another work email still holds the domain.

Only one deployment can hold a custom domain at a time. Release the domain from the current deployment before you add it to the destination deployment.

## Release the domain yourself

If you can access the organization that holds the domain:

1. Sign in to the [dashboard](https://app.mintlify.com/) and switch to the organization that holds the domain.
2. Open the [Custom domain setup](https://app.mintlify.com/settings/deployment/custom-domain) page for the deployment that holds the domain.
3. Click the <Icon name="trash-2" /> remove icon next to the domain and confirm the removal.
4. Switch to the destination organization and add the domain from its [Custom domain setup](https://app.mintlify.com/settings/deployment/custom-domain) page.

Your DNS records remain valid as long as the `CNAME` still points to `cname.mintlify.builders`. If you also want to retire the old deployment, delete it from the [Danger zone](https://app.mintlify.com/settings/organization/danger-zone). See [Delete a deployment](/docs/deploy/deployments#delete-a-deployment).

## Request a release from support

If you cannot access the organization that holds the domain, email <a href="mailto:support@mintlify.com">[support@mintlify.com](mailto:support@mintlify.com)</a> with proof that you own it. This can happen when the organization belongs to a former employee, uses a personal email you no longer access, or was abandoned without releasing the domain.

Include:

* The custom domain, like `docs.example.com`.
* The destination organization and deployment where you want to add it, formatted as `app.mintlify.com/<your-org>/<your-deployment>`.
* Any email addresses or organization names that might hold the domain.
* Proof that you control the domain, such as a screenshot from your DNS provider's admin console. Support may instead ask you to add a verification `TXT` record.

After support releases the domain, add it from the dashboard or with [`mint add-domain`](/docs/cli/commands#mint-add-domain).


## Related topics

- [Mintlify CLI command reference](/docs/cli/commands.md)
- [Deploy at a subpath with Cloudflare Workers](/docs/deploy/cloudflare.md)
- [Quickstart](/docs/quickstart.md)
