Created
September 13, 2018 10:53
-
-
Save voelzmo/e7d72125bfbb333c470e6310d163989c to your computer and use it in GitHub Desktop.
Deleting all queued bosh tasks
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
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