blob: c173f82f952cbef74ed55c584c77249c3d0473b5 [file] [log] [blame]
#!/bin/bash
#
# Deletes the data disk for skia gold for the specified instance.
#
set -x
VM_ID=$1
source ./vm_config.sh
gcloud compute disks delete $GOLD_DATA_DISK_NAME \
--project=$PROJECT_ID \
--zone=$ZONE