Manage WiFi Interface
manage_wifi_interfaceEnable, disable, or update the SSID of a WiFi interface on a MikroTik router. Provide router ID and interface name.
Instructions
Enable, disable, or update SSID settings on a WiFi interface. At least one of disabled or ssid must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier from the router registry | |
| name | Yes | WiFi interface name (e.g. wifi1, wlan1) | |
| disabled | No | Set to true to disable, false to enable | |
| ssid | No | New SSID to set | |
| dryRun | No | Preview changes without applying |