---
title: "Kill a running bash_interactive tool call"
method: POST
path: "/global/bash-interactive/{callID}/kill"
---

# Kill a running bash_interactive tool call

`POST /global/bash-interactive/{callID}/kill`

Sends SIGTERM to the PTY-backed bash_interactive tool call identified by callID.

## Path parameters

- `callID` string, required

## Response `200`

Signal was sent.

- object
  - `ok` true, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/isogonic/apis/codeplane.md) · [All operations](https://skmtc.dev/isogonic/apis/codeplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isogonic/codeplane/revisions/e787ab2e6692/schema)
