create_snapshot
Create a backup of a Compute Engine disk by generating a point-in-time snapshot. Specify the project, zone, disk, and snapshot name to protect your data.
Instructions
Create a snapshot of a Compute Engine disk.
Args:
project_id: The ID of the GCP project
zone: The zone where the disk is located (e.g., "us-central1-a")
disk_name: The name of the disk to snapshot
snapshot_name: The name for the new snapshot
description: Optional description for the snapshot
Returns:
Status message indicating whether the snapshot was created successfully
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| disk_name | Yes | ||
| project_id | Yes | ||
| description | No | ||
| snapshot_name | Yes |