cancel_batch_job
Stop a pending or processing batch job in Databento MCP by specifying the job ID to prevent unnecessary resource consumption and manage data processing workflows.
Instructions
Cancel a pending or processing batch job.
Parameters:
job_id(required) - The batch job ID to cancel
Returns:
Success/failure status
Final job state
Message explaining the result
Example: cancel_batch_job(job_id="JOB-12345")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The batch job ID to cancel |