session_kill
Terminate a session by sending a specified signal and optionally close and reap it. Use this to end active sessions with control over signal and cleanup.
Instructions
Signal a session and (by default) close and reap it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| signal_name | No | TERM | |
| close | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |