Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Security Operations
Cortex XSOAR
Cortex XSOAR Multi-Tenant Guide
Configure the Multi-Tenant Deployment
Stop and Start a Tenant
Document:
Cortex XSOAR Multi-Tenant Guide
Stop and Start a Tenant
Download PDF
Last Updated:
Mar 6, 2022
Current Version:
6.5
Version 6.6
Version 6.5
Version 6.2
Version 6.1 (EoL)
Version 6.0 (EoL)
Version 5.5 (EoL)
Previous
Next
Stop and Start a Tenant
Stop and start a tenant in a Cortex XSOAR multi-tenant deployment, through the API or the UI. Reindex a tenant.
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
Settings
INTEGRATIONS
API Keys
ViewCortex XSOAR API
.
To start/stop a tenant via 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.
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.