Update Device
update_deviceModify a single device's mutable attributes including custom name, server group, exception, tags, and IP addresses for precise device management.
Instructions
Update a single device's mutable attributes: custom_name, server_group_id, exception (policy-enforcement exclusion), tags, and ip_addrs. Fills the single-device gap that batch_update_devices (tags-only, bulk) does not cover — e.g. renaming a device or moving it to a server group. Supply only the fields you want to change; at least one is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| custom_name | No | ||
| server_group_id | No | ||
| exception | No | ||
| tags | No | ||
| ip_addrs | No | ||
| request_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||