Here’s the gcloud command to create a snapshot of your GCP instance.

<pre lang="bash">
gcloud compute disks snapshot your-server \
--snapshot-names=your-server-180808 \
--project=your-project \
--zone=us-central1-c