> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-cloud/manage/settings/company-settings/multiple-domain-support/disable-domain.md).

# Disable a Domain in Patch My PC Cloud

*Applies to: Patch My PC (PMPC) Cloud*

To disable an Entra ID Custom Domain for your Patch My PC (PMPC) Cloud company:

{% hint style="info" %}
**Note**

If a Custom domain is deleted from your tenant, it will show with a **Status** of **Deleted** on the **Domains** tab and the checkbox beside it will automatically be unchecked.
{% endhint %}

1. Sign in to your PMPC Cloud company using a user account that has the **Full Admin with Access Management** role.
2. Navigate to **Settings | Company**

<figure><img src="/files/WVOj5OJObxiW3OEbqegl" alt="Navigating to ‘Settings | Company’" width="563"><figcaption></figcaption></figure>

3. Click the **Domains** tab.

<figure><img src="/files/AEzPUT6DVl4AtBaoiCXZ" alt="Clicking the ‘Domains’ tab" width="563"><figcaption></figcaption></figure>

4. Uncheck the checkbox beside the relevant domain(s) you want to disable and click **Save**

<figure><img src="/files/DRtt5rRMkqIPd4KoORch" alt="Unchecking the checkbox beside the relevant domain you want to disable and clicking ‘Save’" width="563"><figcaption></figcaption></figure>

The **Success – Domains updated** notification is shown.

<figure><img src="/files/tC4CPzTVFba0Z90VcqOY" alt="‘Success – Domains updated’ notification" width="250"><figcaption></figcaption></figure>

Once the domain has been disabled, your PMPC Cloud Company will no longer appear on the **Sign In** page for any users in that domain.

{% hint style="info" %}
**Note**

You cannot delete a domain. You can only disable it, and at least one domain must be enabled.

Also, disabling a domain only prevents any new users from that domain from requesting access to your company. It does not revoke access for any existing users in your PMPC Cloud company from the removed domain. If you decide to remove a domain, you should also review the list of users and groups with access to your PMPC company to ensure only the relevant users have access to your PMPC Cloud Company.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/manage/settings/company-settings/multiple-domain-support/disable-domain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
