to destroy it
DELETE /v2/apps/{appId}
https://mesosphere.github.io/marathon/docs/rest-api.html#delete-v2-apps-appid
to scale it to zero ("stop" it)
PUT {"instances": 0} /v2/apps/{appId}
https://mesosphere.github.io/marathon/docs/rest-api.html#put-v2-apps-appid
On Wed, Apr 27, 2016 at 3:49 PM Stefano Bianchi <[email protected]>
wrote:
> Hi guys
> i'm currently unable to access to marathon UI, so i was wondering which is
> the command to stop a marathon task from terminal?
> thanks
>

