snapshot_create
Create a snapshot of an instance for backup. Specify instance by ID, label, or hostname. Optionally add a description. Snapshot appears as pending and completes in minutes.
Instructions
Create a snapshot from an instance.
Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID) description: Description for the snapshot (optional)
Returns: Created snapshot information
Note: Creating a snapshot may take several minutes depending on the instance size. The snapshot will appear with status 'pending' initially.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| instance_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||