Pause instance
If an individual instance is experiencing issues, then you can stop it by selectingPause instance from its menu.
Pausing an instance immediately suspends the container without completing existing requests by running eitherDockerstop orPodmanstop, as applicable. The instance will then be marked asPaused.
You can start an instance by selectingResume instance from the menu.
Pausing and resuming an instance can be helpful when an individual instance needs restarted without restarting the entire product. For example, you might restart an instance if an Elasticsearch node is unresponsive to the cluster due tostuck JVM.