Job ManagementWrite

Cancel Job

cancel_job

Cancel a queued or in_progress sync job. Has no effect on completed or failed jobs.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
feedIdstringrequiredFeed ID — get from list_feeds
jobIdstringrequiredJob ID to cancel — get from trigger_sync or list_jobs

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "cancel_job",
"arguments": {
"workspaceId": "workspaceId_123",
"feedId": "feedId_123",
"jobId": "jobId_123"
}
}

Use this tool in

Related Job Management tools