Update Interface_template
netbox_update_interface_templateUpdate an existing NetBox interface template using PATCH semantics — only supplied fields are modified, others remain unchanged.
Instructions
Update an existing interface_template in NetBox (PATCH semantics — only provided fields are changed).
Supply the numeric 'id' and only the fields you want to change. Omitting a field leaves it unchanged.
Returns: Markdown summary of the updated object (default) or JSON with the full NetBox response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the interface_template to update. | |
| name | No | ||
| type | No | ||
| label | No | ||
| bridge | No | ||
| enabled | No | ||
| poe_mode | No | ||
| poe_type | No | ||
| mgmt_only | No | ||
| description | No | ||
| device_type | No | ||
| module_type | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |