Stop a bellows-owned llama-server
stop_serverStops a Bellows-managed llama-server on a given port, sending SIGTERM then SIGKILL after a grace period. Only stops servers it owns.
Instructions
Gracefully stop (SIGTERM, then SIGKILL after a grace period) a llama-server that bellows started. Refuses to touch processes it does not own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Port of the bellows-owned server to stop. Bellows refuses to stop servers it did not start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| port | Yes | ||
| forced | Yes | ||
| exitCode | Yes |