API Gateway 10.3 | Configuring API Gateway | Docker Configuration | Stopping the API Gateway Container
 
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 amount 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 will be available again.