Stopping the API Gateway Container

Stop the webMethods API Gateway container using the docker stop command:
docker stop -t90 apigw
The docker stop is parameterized with the number of seconds required for a graceful shutdown of the webMethods API Gateway and the webMethods API Gateway Docker container name.
Note: The docker stop does not destroy the state of the webMethods API Gateway. On restarting the Docker container all assets that have been created or configured are available again.