> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/configure-the-multi-tenant-deployment/delete-a-tenant-from-a-host.md).

# Delete a Tenant From a Host

If you do not want to use a tenant account (temporarily or permanently), in the **ACCOUNT MANAGEMENT** page (**Settings** → **ACCOUNT MANAGEMENT**) you have the following options:

* Start/stop a tenant: The tenant is not deleted from the database but you cannot access the account from the port. Used when you want to reindex a single tenant.
* Block/unblock a tenant: Blocks/unblocks the account at proxy level (you can still access the tenant via the port). Used temporarily to fix an issue with a tenant.
* Delete a tenant: Removes the tenant from the database.

{% hint style="warning" %}

### Caution

In an Elasticsearch environment, when deleting an account, although the tenant's data is not deleted, the Elasticsearch indices will be closed. Another tenant with the same name cannot be created until the indices are opened or deleted. If you try to create a tenant, the following message is issued:

**`Failed to create tenant&amp;#160;[%s]. There are closed ES indices of former account with the same name`**
{% endhint %}

1. Go to **Settings** → **ACCOUNT MANAGEMENT** and select the tenant you want to remove.
2. Click Delete account.
3. In the dialog box type the name of the account.
4. Delete the account.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/configure-the-multi-tenant-deployment/delete-a-tenant-from-a-host.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.
