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