Illumio MCP Server

delete-ruleset

Remove a ruleset from the Illumio PCE by specifying its href or name, enabling precise security policy management and compliance adjustments.

Instructions

Delete a ruleset from the PCE

Input Schema

NameRequiredDescriptionDefault
hrefNo
nameNo

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "href" ] }, { "required": [ "name" ] } ], "properties": { "href": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }
ID: xhqzxlo9iy