openclaw_exec_approval_resolve
Approve or reject a pending execution approval request to determine if the agent proceeds with the task.
Instructions
Resolve (approve / reject) a pending exec approval. Wraps exec.approval.resolve. Mutates — the agent will proceed (or not) based on this decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exec approval request id | |
| reason | No | ||
| approved | No | ||
| decision | No | ||
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |