This is an old revision of the document!
Since we're done with the VM, we might as well terminate it. Unless we want it to keep running and eating up our funds needlessly.
# terminate instance and delete attached disks $ gcloud compute instances delete ${INSTANCE_NAME} \ --zone ${ZONE} \ --delete-disks all