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