create_snapshot
Create a virtual machine snapshot to capture its current state, then track progress via task status. Ensures a restore point before system changes.
Instructions
Создать снапшот виртуальной машины (vm/create_snapshot). Асинхронная операция — статус через check_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID виртуальной машины | |
| name | Yes | Имя снапшота | |
| confirm | Yes | Must be true to run the operation. |