MCPcopy Create free account
hub / github.com/cloudflare/computer / kill

Method kill

packages/rpc/src/server.ts:54–54  ·  view source on GitHub ↗
(id: string, signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP")

Source from the content-addressed store, hash-verified

52 events: ReadableStream<ExecEvent>;
53 };
54 kill(id: string, signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP"): void;
55 dispose(id: string): void;
56}
57

Callers 2

killExecMethod · 0.65
cleanupFunction · 0.65

Implementers 3

Runnerpackages/computerd/src/exec/runner.ts
WorkspaceShellRouterpackages/computer/src/workspace.ts
WorkspaceShellpackages/computer/src/shell.ts

Calls

no outgoing calls

Tested by

no test coverage detected