Update Power_feed
netbox_update_power_feedUpdate an existing power feed in NetBox by specifying its ID and the fields to change. Fields not provided remain unchanged.
Instructions
Update an existing power_feed 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_feed to update. | |
| name | No | ||
| rack | No | ||
| tags | No | Optional array of tag slugs to apply to the object. | |
| type | No | ||
| phase | No | ||
| status | No | ||
| supply | No | ||
| tenant | No | ||
| voltage | No | ||
| amperage | No | ||
| comments | No | ||
| description | No | ||
| power_panel | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| mark_connected | No | ||
| max_utilization | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |