Stopping the API Gateway Container
Stop the 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 API Gateway and the API Gateway Docker container name.
Note:
The docker stop does not destroy the state of the API Gateway. On restarting the Docker container all assets that have been created or configured are available again.