Stopping an integration server by using the administration REST API

You can use the IBM® App Connect Enterprise administration REST API to stop a managed integration server.

Before you begin

Read the following topics:

Procedure

Stop an integration server:
POST http://hostname:port/apiv2/servers/integrationServerName/stop

For example, to stop the integration server called ACESERV1, run the following curl command:

curl -X POST http://hostname:port/apiv2/servers/ACESERV1/stop

If the command is successful, an HTTP status code 204 is returned.