Cancel Session Job
session_cancel_jobCancel a running background job in a durable session by specifying the job ID and reason for cancellation.
Instructions
Request cancellation for running background jobs in a durable session. Provider calls receive AbortSignal where the provider client supports it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller | No | operator | |
| job_id | No | ||
| reason | No | operator_requested | |
| session_id | Yes | ||
| response_format | No | json |