Skip to main content
Glama

MCP Background Job Server

by dylan-gluck

kill_job

Terminate a running background job by specifying its UUID on the MCP Background Job Server. This tool ensures precise job lifecycle management and process control.

Instructions

Kill a running background job.

Args: job_id: The UUID of the job to terminate

Returns: KillOutput indicating the result of the kill operation

Input Schema

NameRequiredDescriptionDefault
job_idYesJob ID to kill

Input Schema (JSON Schema)

{ "properties": { "job_id": { "description": "Job ID to kill", "title": "Job Id", "type": "string" } }, "required": [ "job_id" ], "type": "object" }

Other Tools from MCP Background Job Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dylan-gluck/mcp-background-job'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server