cancel_job
Terminate an agent job by providing its unique ID; optionally include a reason for cancellation. Works with the Agent Jobs MCP Server to manage and halt asynchronous tasks.
Instructions
Cancels an agent job by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
job_id | Yes | The unique identifier of the job to be canceled. Example: 'job-12345'. | |
reason | No | An optional reason explaining why the job is being canceled. |