Skip to main content
Glama

Illumio MCP Server

by alexgoller

delete-iplist

Remove an IP List from the Illumio PCE by specifying its href or name, ensuring accurate and efficient network security policy management.

Instructions

Delete an IP List from the PCE

Input Schema

NameRequiredDescriptionDefault
hrefNoHref of the IP List to delete
nameNoName of the IP List to delete (alternative to href)

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "href" ] }, { "required": [ "name" ] } ], "properties": { "href": { "description": "Href of the IP List to delete", "type": "string" }, "name": { "description": "Name of the IP List to delete (alternative to href)", "type": "string" } }, "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/alexgoller/illumio-mcp-server'

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