Skip to content

Instantly share code, notes, and snippets.

@NitriKx
Created June 24, 2015 07:46
Show Gist options
  • Save NitriKx/aa0dfcac9f557ce423c4 to your computer and use it in GitHub Desktop.
Save NitriKx/aa0dfcac9f557ce423c4 to your computer and use it in GitHub Desktop.
[Google Compute Engine] - Delete all the detached disks
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