> 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/block-and-unblock-a-tenant.md).

# Block and Unblock a Tenant

In the **ACCOUNT MANAGEMENT** tab, when clicking on the cog wheel next to the tenant, you can block the tenant’s account.

When you block an account, it blocks the account at proxy level (from the main server) but you can still access the tenant account via the port. You can take various actions such as edit, stop, delete, and unblock the account in the **ACCOUNT MANAGEMENT** tab. The account process still runs.

A typical use case for blocking an account is when a tenant experiences an issue that affects the rest of the system. For example, if a tenant is operating at suboptimal speed and efficiency due to an indexing issue, you can block the tenant so that the rest of the system is unaffected and continues to run as expected. After you block a tenant, you can still access it via the port, fix the problem, and then unblock the tenant.

Alternatively, you can [Stop and Start a Tenant](/cortex-xsoar-6-multi-tenant-guides/6.14/configure-multi-tenant/configure-the-multi-tenant-deployment/stop-and-start-a-tenant.md) account without deleting it from the database. You cannot access the account via the port, when the account is stopped. You can take various actions such as edit, start and delete the account in the **ACCOUNT MANAGEMENT** tab. If you no longer require the account, you can delete the account from the database.


---

# 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/block-and-unblock-a-tenant.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.
