Skip to content

Instantly share code, notes, and snippets.

@voelzmo
Created September 13, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voelzmo/e7d72125bfbb333c470e6310d163989c to your computer and use it in GitHub Desktop.
Save voelzmo/e7d72125bfbb333c470e6310d163989c to your computer and use it in GitHub Desktop.
Deleting all queued bosh tasks
bosh -e bosh tasks --json | jq .Tables[].Rows[].id -Mr | xargs -n 1 bosh -e bosh cancel-task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment