Manage WiFi Interface
manage_wifi_interfaceEnable, disable, or change the SSID of a MikroTik WiFi interface. At least one setting must be specified.
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 |
|---|---|---|---|
| name | Yes | WiFi interface name (e.g. wifi1, wlan1) | |
| ssid | No | New SSID to set | |
| dryRun | No | Preview changes without applying. | |
| disabled | No | Set to true to disable, false to enable | |
| routerId | No | Router ID; omit to use the default router. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |