update_site_settings
Modify UniFi site settings with key-value pairs; changes apply immediately and persist. Check current settings first for available options.
Instructions
Update site settings.
Mutating operation: changes are applied immediately and persisted. Settings are key-value pairs matching the UniFi site setting schema. Use get_site_settings first to see available settings and their current values.
Args: settings: Dictionary of settings to update (e.g., {"auto_backup_enabled": true}) site: Site to operate on. Defaults to "default". device: Optional console name to target a specific UniFi device; omit for default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to operate on. Defaults to "default". | default |
| device | No | Optional console name to target a specific UniFi device; omit for default. | |
| settings | Yes | Dictionary of settings to update (e.g., {'auto_backup_enabled': true}). |