Cancel a running job

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/hlubek/doc/prunner/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Prunner MCP server": {
  "url": "https://bump.sh/hlubek/doc/prunner/mcp"
}
Close
POST /job/cancel

Cancels the job and all tasks, but does not wait until all tasks are canceled.

Query parameters

  • id string Required

    Job id

Responses

  • 400 application/json
    Hide response attribute Show response attribute object
    • error string

      Error message

  • 404
  • default
POST /job/cancel
curl \
 --request POST 'http://localhost:8080/job/cancel?id=52a5cb79-7556-4c52-8e6f-dd6aaf1bc4c8'
Response examples (400)
{
  "error": "string"
}