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

Cortex XSOAR Multi-Tenant Guide

Product
Cortex XSOAR
Version
6.6
Creation date
2022-09-29
Last date published
2023-06-08
End_of_Life
EoL
Category
Multi-Tenant Guide

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

  • To stop and start a tenant via the API, use the following commands:

    • Stop: /account/stop/<acc_name>

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

      	{
      			"name": "<acc_name>"
      			"additionalArgs": "<argsToCLI>"
      	}

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

  • To start/stop a tenant via the UI:

    1. Click the cogwheel next to the tenant.

    2. To stop the tenant, click Stop.

    3. 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