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