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