Update Rack
netbox_update_rackUpdate an existing rack in NetBox by specifying its numeric ID and the fields to change. Only the provided fields are modified; omitted fields remain unchanged.
Instructions
Update an existing rack 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 rack to update. | |
| name | No | ||
| role | No | ||
| site | No | ||
| tags | No | Optional array of tag slugs to apply to the object. | |
| width | No | ||
| serial | No | ||
| status | No | ||
| tenant | No | ||
| weight | No | ||
| airflow | No | ||
| comments | No | ||
| location | No | ||
| u_height | No | ||
| asset_tag | No | ||
| rack_type | No | Rack type id (predefined rack model). | |
| desc_units | No | ||
| max_weight | No | ||
| outer_unit | No | ||
| description | No | Short description (distinct from the comments field). | |
| facility_id | No | ||
| form_factor | No | Rack form factor, e.g. 4-post-cabinet. | |
| outer_depth | No | ||
| outer_width | No | ||
| weight_unit | No | ||
| outer_height | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| starting_unit | No | ||
| mounting_depth | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |