Illumio MCP Server

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" }
ID: xhqzxlo9iy