stop_background_command
Stop a background command in Colab by sending a POSIX signal, defaulting to SIGTERM, to terminate processes started with start_background_command.
Instructions
Stops through Colab Terminal a background command started by start_background_command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Background command name. | |
| signal | No | POSIX signal number to send. Defaults to SIGTERM. |