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