update-service
Update an existing service in the Illumio PCE by href or name, modifying its name, description, ports, or Windows qualifiers.
Instructions
Update an existing service in the PCE. Identify by href (preferred) or name. WRITE OPERATION: changes PCE state. In clients that gate tool calls (Claude Desktop, Claude Code), this pauses for the user to approve it -- the call has not failed and must not be retried while waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| href | No | Service href (e.g., /orgs/1/sec_policy/draft/services/123) | |
| name | No | Service name to find (alternative to href) | |
| new_name | No | New name for the service | |
| description | No | New description | |
| service_ports | No | New port/protocol definitions (replaces existing) | |
| windows_services | No | Replaces the inbound Windows qualifiers. | |
| windows_egress_services | No | Replaces the outbound process qualifiers. |