I am using gcutil
in a shell script as follows
gcutil deleteinstance --[no]delete_boot_pd: <instance-name>
The error message is:
FATAL Flags parsing error: Unknown command line flag '[no]delete_boot_pd:'
I tried many combinations of the above command, it just doesn't work. All I want to do is to make sure that the deleteinstance does not delete the persistent disk, while not having the shell script stop for user input.
Can somebody help me find the right way to use the command? The documentation is here.