Skip to content

Instantly share code, notes, and snippets.

@eicnix
Created January 29, 2016 21:19
Show Gist options
  • Save eicnix/859f851d9f2f82afc28c to your computer and use it in GitHub Desktop.
Save eicnix/859f851d9f2f82afc28c to your computer and use it in GitHub Desktop.
Removing an application from marathon
#!/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