create_snapshot
Create a snapshot of a virtual machine by specifying its ID and snapshot name. Confirmation is required; operation runs asynchronously and status can be checked via task.
Instructions
Создать снапшот виртуальной машины (vm/create_snapshot). Асинхронная операция — статус через check_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID виртуальной машины | |
| name | Yes | Имя снапшота | |
| confirm | Yes | Нужно true, чтобы выполнить операцию. |