Skip to main content
Glama

Illumio MCP Server

by alexgoller

delete-label

Remove a specified label from the Illumio PCE by providing key and value inputs, streamlining policy and workload management tasks on the MCP server.

Instructions

Delete a label in the PCE

Input Schema

NameRequiredDescriptionDefault
keyYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "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