opencode_cancel_run
Cancel a running or queued agent run by providing its job ID. Stop unwanted tasks and free up resources immediately.
Instructions
Cancel a running or queued agent run.
Return Format
{"success": bool, "message": str, "data": {"job_id": str}}
Examples
opencode_cancel_run(job_id="abc123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID to cancel |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||