reboot_server
Reboot a server using its ID. Requires confirmation; provides a task key to track the async reboot.
Instructions
Перезагрузить сервер (eq/reboot). Прерывает работу сервисов на время перезагрузки. Требует confirm=true. Асинхронная операция: в ответе будет callback-ключ для check_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID сервера | |
| confirm | Yes | Обязательное подтверждение операции. Без confirm=true вызов отклоняется. |