disable_ipv6_firewall_rule
Disable an existing IPv6 firewall filter rule on a MikroTik device, resolved by comment and optional chain, with preview and confirm.
Instructions
Disable an EXISTING IPv6 firewall filter rule (/ipv6/firewall/ filter set disabled=yes), resolved by its comment - optionally
narrowed by chain if more than one rule shares that comment.
Mirrors disable_firewall_rule on the IPv6 menu.
Same "never creates a rule" guarantee and comment-based resolution
as enable_ipv6_firewall_rule.
WRITE tool, guarded: blocked entirely unless the server is running
with MIKROTIK_ALLOW_WRITE=true. Call with confirm=False (the
default) to get a before/after preview without changing anything;
call again with confirm=True to actually apply it. Errors clearly if
no rule matches comment (narrowed by chain), or if more than one
still does (AmbiguousResourceError). Also errors clearly if the
ipv6 package is disabled on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | ||
| comment | Yes | ||
| confirm | No | ||
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||