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