container_kill_tool
Send a signal to a container by name or ID, defaulting to SIGTERM, to stop or manage running processes.
Instructions
Send a signal to a container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name or ID | |
| signal | No | Signal to send (default: SIGTERM) | SIGTERM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||