Apply Plan
apply_planExecute a sequence of write operations in order, stopping on first failure. Each step is snapshotted and journaled for individual rollback. Non-admin identities require a confirmation token to proceed.
Instructions
Execute write operations in order, stopping on first failure. Each step is snapshotted and journaled individually. Non-admin identities need a confirmationToken (same two-step flow as other destructive tools). Undo individual steps via rollback_change with the returned journal IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| steps | Yes | Ordered list of write operations to apply in sequence | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |