Update Power_port_template
netbox_update_power_port_templateUpdate a power port template in NetBox by providing its numeric id and the fields to change. Unchanged fields remain as-is.
Instructions
Update an existing power_port_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 power_port_template to update. | |
| name | No | ||
| type | No | ||
| label | No | ||
| description | No | ||
| device_type | No | ||
| maximum_draw | No | ||
| allocated_draw | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |