Stop Symphony Microservices
This applies to: Visual Data Discovery
This topic describes how to stop Symphony microservices in CentOS environments or in Ubuntu 18, 20, or 22 environments.
The list of Symphony microservices can be found in Symphony Data Discovery Microservice Name Reference.
You can also stop Symphony microservices using the CLI. See Manage Symphony Microservices Using the Command Line Utility.
To stop all Symphony microservices, enter the following command:
sudo systemctl stop $(systemctl list-unit-files | grep zoomdata | awk '{print $1}')
To stop a specific Symphony microservice, enter the following command:
sudo systemctl stop <service>
Replace <service>
with the name of the Symphony microservice. See Symphony Data Discovery Microservice Name Reference.