Created
January 29, 2016 21:19
-
-
Save eicnix/859f851d9f2f82afc28c to your computer and use it in GitHub Desktop.
Removing an application from marathon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -X DELETE mymarathonHost:8080/v2/apps/myapp.v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment