vyos_system_control
Reboot or power off a VyOS router with explicit confirmation to prevent unintended downtime.
Instructions
Reboot or power off the VyOS router.
CRITICAL: This will take the router offline. The 'confirm' parameter must be explicitly set to true.
Args: params: - action: 'reboot' or 'poweroff' - confirm: must be true to proceed
Returns: str: Result message or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |