Cancel Session Job
session_cancel_jobCancel a running background job in a durable session using the petitioner or operator token. Provide a reason for cancellation.
Instructions
Request cancellation for running background jobs in a durable session. The reason accepts at most 300 characters. Requires the verified capability token of the persisted session petitioner, or the dedicated operator token; another peer cannot cancel the job. Provider calls receive AbortSignal where the provider client supports it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller | No | operator | |
| job_id | No | ||
| reason | No | requester_requested | |
| session_id | Yes | ||
| response_format | No | json |