Sign in
skia
/
buildbot
/
ceb90e2ffd04ab36a57c0db4b84d2258a4b4dd4a
/
.
/
compute_engine_scripts
/
alerts
/
vm_delete_instance.sh
blob: 8720db14b5e3eea3c5fdb8529a7c4aced0299358 [
file
]
#!/bin/bash
#
# Deletes the compute instance for skia-alerts.
#
set
-
x
source vm_config
.
sh
gcloud compute instances delete \
--
project
=
$PROJECT_ID \
--
delete
-
disks
"boot"
\
--
zone
=
$ZONE \
$INSTANCE_NAME