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