start_server
Start a specific model on a chosen empty port. Requires exact model name and port; rejects if port is occupied by a different model.
Instructions
Start a model on an empty port. Fails with action='rejected_occupied' if a different model is already running on that port — use swap_server for that case. Both 'model_name' and 'port' are required; the port is always specified by the caller (ADR-010). The model_name must exactly match a model from list_models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Port to start the model on | |
| model_name | Yes | Name of the model to start |