How to list manual snapshots in project from cloud shell
Please provide me the cloud shell command
Solved! Go to Solution.
Hi @prathik ,
Please try the following command:
gcloud compute snapshots list --filter="autoCreated != true"
Thanks for the assistance @kumards . got the expected result.