April 2017
Beginner
404 pages
9h 30m
English
You might want to conditionally start/stop a container to save on resources or for updates from a remote client. The following post request will help you start the container using the container ID. The container ID can be fetched by using the list container operation which is similar to the list images request we saw earlier:
Containers/{Id}/start
To stop a container, just replace the command with stop as shown in the following code:
Containers/{Id}/stop
The following image shows a sample start request from Postman:

Read now
Unlock full access