title: stop parent: Command Reference grand_parent: Reference nav_order: 85

stop

Stops a locally running Solr node that was started with the start command.

Syntax

solr-orbit stop --installation-id ID [OPTIONS]

Options

OptionRequiredDefaultDescription
--installation-idYesID of the installation to stop
--preserve-installNooffKeep the installation files on disk after stopping. By default, the installation directory is deleted when the node stops

Examples

Stop a node and clean up:

solr-orbit stop --installation-id <installation-id>

Stop a node but keep the installation files:

solr-orbit stop --installation-id <installation-id> --preserve-install

See also