Update Circuit_group_assignment
netbox_update_circuit_group_assignmentUpdate a circuit group assignment in NetBox by specifying its ID and only the fields to change; omitted fields stay as they are.
Instructions
Update an existing circuit_group_assignment 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 circuit_group_assignment to update. | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| group | No | ||
| priority | No | ||
| member_id | No | ||
| member_type | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |