Google ComputeEngineでインスタンスを自動的に削除したい。
そのために私はgcloudgcloud compute instances delete instance-name --zone instance-zone
を使用します
ただし、gcloudはアクションの確認を求めてきます。このステップを省略して自動的に実行することは可能ですか?
gcloud -q compute instances delete instance-name --zone instance-zone
(--quiet、-qすべてのインタラクティブプロンプトを無効にします。)