oc_lane_close
Close a browser lane and its lane-owned targets, preserving other task tabs. Provide task ID or lane ID to trigger cleanup.
Instructions
Close a task-scoped browser lane and its lane-owned targets without closing unrelated task tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | 16-hex task id returned by oc_task_start. | |
| task_id | No | Alias for taskId. | |
| laneId | No | Lane id returned by oc_lane_create. | |
| lane_id | No | Alias for laneId. |