Created
June 24, 2015 07:46
-
-
Save NitriKx/aa0dfcac9f557ce423c4 to your computer and use it in GitHub Desktop.
[Google Compute Engine] - Delete all the detached disks
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
gcloud compute disks delete $(gcloud compute disks list --format json | jq '.[] | select (has("users") | not) | .name' -r) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment