ise_openapi_hotpatch_rollback
Roll back a hotpatch on a Cisco ISE node to revert changes. Destructive operation: requires explicit confirmation before execution.
Instructions
[DESTRUCTIVE] [Patch] Rollback hotpatch from the Cisco ISE node. (POST /api/v1/hotpatch/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. |