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