Skip to main content
Glama

NetBox MCP Server - Read & Write Edition

by alexkiwi1

netbox_bulk_delete_objects

Delete multiple NetBox objects simultaneously by specifying object type and IDs. Permanently removes selected items with a single request.

Instructions

Delete multiple objects from NetBox in a single request.

Args: object_type: String representing the NetBox object type (e.g. "devices", "ip-addresses")
object_ids: List of numeric IDs to delete

Returns: Success status

WARNING: This permanently deletes the objects and cannot be undone!

Example: To delete multiple devices: netbox_bulk_delete_objects("devices", [5, 6, 7])

Input Schema

NameRequiredDescriptionDefault
object_idsYes
object_typeYes

Input Schema (JSON Schema)

{ "properties": { "object_ids": { "items": {}, "title": "Object Ids", "type": "array" }, "object_type": { "title": "Object Type", "type": "string" } }, "required": [ "object_type", "object_ids" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexkiwi1/netbox-mcp-rw'

If you have feedback or need assistance with the MCP directory API, please join our Discord server