Update Asset
netbox_update_assetUpdate an existing asset in NetBox by specifying its ID and the fields to change; omitted fields stay unchanged.
Instructions
Update an existing asset 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 asset to update. | |
| name | No | ||
| rack | No | ||
| role | No | ||
| tags | No | Optional array of tag slugs to apply to the object. | |
| module | No | ||
| serial | No | ||
| status | No | ||
| tenant | No | ||
| contact | No | ||
| comments | No | ||
| delivery | No | ||
| purchase | No | ||
| asset_tag | No | ||
| device_id | No | Assign to dcim device id (mapped to the NetBox API field device). | |
| rack_type | No | ||
| description | No | ||
| device_type | No | ||
| module_type | No | ||
| warranty_end | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| inventoryitem | No | ||
| owning_tenant | No | ||
| warranty_start | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |
| storage_location | No | ||
| inventoryitem_type | No |