Update Prefix
netbox_update_prefixUpdate an existing NetBox prefix by providing its numeric ID and only the fields to change. Omitted fields remain unchanged using PATCH semantics.
Instructions
Update an existing prefix 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 prefix to update. | |
| vrf | No | ||
| role | No | ||
| tags | No | Optional array of tag slugs to apply to the object. | |
| vlan | No | ||
| prefix | No | ||
| status | No | ||
| tenant | No | ||
| is_pool | No | ||
| comments | No | ||
| scope_id | No | Numeric id of the scope object. | |
| scope_type | No | Scope object type (NetBox 4.2+ replaced 'site' with scope). | |
| description | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| mark_utilized | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |