Confirm & Execute Deployment Plan (v1.7.0 Self-Healing)
confirm_executionExecute a deployment plan step-by-step, pausing on failure for diagnosis instead of immediate rollback.
Instructions
Executes a deployment plan step-by-step. If a step fails, pauses execution into PAUSED_AWAITING_FIX state for diagnosis instead of rolling back immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly set to true to execute the plan. | |
| plan_id | Yes | The plan_id returned by a planning tool | |
| acknowledge_warnings | No | Must be set to true if the plan contains warning-level commands. |