power_off
Turns off a Hostkey cloud server by ID, stopping all its services. Requires explicit confirmation and returns a task key to track the async operation.
Instructions
Выключить сервер (eq/off). ДЕСТРУКТИВНО: прерывает работу всех сервисов на сервере. Требует confirm=true. Асинхронная операция: в ответе будет callback-ключ для check_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID сервера | |
| confirm | Yes | Обязательное подтверждение операции. Без confirm=true вызов отклоняется. |