Approve Jules Session Plan
jules_approve_planApprove a pending plan to let Jules execute the planned steps. Use when a session awaits plan approval.
Instructions
Approve a pending plan in a Jules session.
Only needed when the session was created with requirePlanApproval=true. After approval, Jules will execute the planned steps.
Args:
sessionId (string, required): The session ID with pending plan
Returns: Confirmation that the plan was approved.
Note: Check session state is 'AWAITING_PLAN_APPROVAL' before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session ID with the plan to approve |