ise_openapi_patch_rollback
Remove an installed patch from a Cisco ISE node to roll back to a previous version, with confirmation required for this destructive operation.
Instructions
[DESTRUCTIVE] [Patch] Removes patch from the Cisco ISE node. (POST /api/v1/patch/rollback)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON request body. | |
| confirm | No | Required for this DESTRUCTIVE operation: must be true to execute. The server additionally requires an operator to enable destructive tools (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1); without it the call is refused regardless. | |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. |