stop_launch
Stop a launch session with graceful shutdown or immediate force kill. Sends SIGTERM then SIGKILL after timeout.
Instructions
Stop a launch session gracefully or forcefully.
Sends SIGTERM to process group, waits for timeout, then SIGKILL if needed.
Args: session_id: Session ID to stop force: If True, use SIGKILL immediately timeout: Timeout for graceful shutdown
Returns: Status of the stop operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force kill if true | |
| timeout | No | Graceful shutdown timeout in seconds | |
| session_id | Yes | Session ID to stop |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||