Is it possible to scale up and down number of docker containers/instances using Mesosphere Marathon REST API?
Endpoint GET /deployments
seems to be only option to see the next possible operation.
How to scale up the instances using REST API (programmatically: possibly using curl script and without using the Marathon Web interface)?