Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Manual Snapshot

How to list manual snapshots in project from cloud shell 

Please provide me the cloud shell command

Solved Solved
0 8 592
2 ACCEPTED SOLUTIONS

Hi @prathik ,

Please try the following command:

gcloud compute snapshots list --filter="autoCreated != true"

 

View solution in original post

Thanks for the assistance @kumards . got the expected result.

View solution in original post