colab_process_signal
Send a termination or interrupt signal to a specific Colab process by its ID. If the process has ended, it inspects the status instead of signaling a replacement.
Instructions
Signal an owned process. If already exited/lost, inspect status; never signal a replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | No | Explicit process-group signal; TERM default, KILL is immediate. | TERM |
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| process_id | Yes | Opaque process_id returned by colab_process_start or colab_run_command. |