update_device_config
Modify device configurations including services, network, security, and resource settings. Apply changes directly or validate them first, with optional backup creation.
Instructions
Update configuration of an existing device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Database ID of the device to update | |
| config_changes | Yes | Configuration changes to apply | |
| backup_before_change | No | Create backup before applying changes | |
| validate_only | No | Only validate changes without applying |