Shutting down an integration server by using the administration REST API
You can use the IBM® App Connect Enterprise administration REST API to shut down an independent integration server.
Before you begin
Procedure
Shut down an integration server:
POST http://hostname:port/apiv2/shutdown
For example, run the following curl command:
curl -X POST http://hostname:port/apiv2/shutdown
If the command is successful, an HTTP status code 204 is returned.