shell_bg_stop
Stop a background job with SIGTERM, then SIGKILL after 5 seconds if it does not terminate.
Instructions
Stop a running background job by sending SIGTERM (then SIGKILL after 5s if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID returned by shell_bg_start |