Reverse network + cloud/DB actions
walkback_compensateExecute compensating actions for previously recorded reversible operations, like undoing HTTP requests or reversing database changes. Runs in preview mode; set execute=true to apply changes.
Instructions
Execute the compensating actions recorded since the last checkpoint: the reversing HTTP request (DELETE undoes POST, refund undoes charge) AND any recorded reversal commands (cloud teardown, inverse SQL). Dry-run by default — pass execute=true to fire them. Most-recent-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| execute | No | If true, actually send the compensating requests. Defaults to false (preview). |