reboot_device
Reboot a network device by serial number; use dry-run to preview the action, with audit logging for compliance.
Instructions
[WRITE][risk=high] Reboot a device (no safe inverse).
Records the device's prior status for the audit trail; a reboot cannot be
undone, so no undo descriptor is offered. Pass dry_run=True to preview.
Args:
serial: Device serial to reboot.
dry_run: If True, preview without rebooting.
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| target | No | ||
| dry_run | No |