vyos_configure
Apply VyOS configuration changes using set/delete operations with a commit-confirm auto-rollback after 5 minutes.
Instructions
Apply VyOS configuration with commit-confirm (auto-rollback after 5 min).
This is the safe default — changes auto-revert unless confirmed with vyos_confirm.
Args:
commands: List of config operations, each with 'op'
('set'/'delete') and 'path' (list of strings).
Example: [{"op": "set", "path": ["firewall",
"group", "network-group", "MY_GROUP"]}]Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes |