Stopping the HTTP Adapter

To stop the HTTP adapter from the command line, execute the stop command.

Operating system Step
UNIX Open a terminal window and enter:

cd $ESP_HOME/adapters/http/bin

./adapter.sh <configuration file path> stop

Windows Open a command window and enter:

cd %ESP_HOME%/adapters/http/bin

adapter.bat <configuration file path> stop

Related concepts
Stop Command