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