Stop and Start a Tenant - Multi-Tenant Guide - 6.11 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Multi-Tenant Guide

Product
Cortex XSOAR
Version
6.11
Creation date
2022-12-12
Last date published
2023-12-18
Category
Multi-Tenant Guide

The following provides instructions for stopping and starting specific tenants. A use case would be if you want to re-index a single tenant.

  • To stop or start a tenant using the API, use the following commands:

    • Stop: /account/stop/<acc_name>

    • Start: Use the Post command with the following body:

      {
      	"name": "<acc_name>"
      }

    To view the REST API documentation, select SettingsINTEGRATIONSAPI Keys View Cortex XSOAR API.

  • To start of stop a tenant in the UI:

    • Click the cogwheel next to the tenant.

    • To stop the tenant, click Stop.

    • To start the tenant, click Start.

    Additional arguments can be passed to the tenant via the CLI upon start. This allows you to reindex the entire database or a specific index database, or to run other processes.Reindex the Entire DatabaseReindex a Specific Index Database