blob: 80267e59ce2bba438bb8f6fd3696437deb369d0c [file]
#!/bin/bash
#
# Deletes the compute instance for skia-datahopper.
#
set -x
source vm_config.sh
gcloud compute instances delete \
--project=$PROJECT_ID \
--delete-disks "boot" \
--zone=$ZONE \
$INSTANCE_NAME