start_server
Launch a mock API server from a local environment JSON file. Requires an environment UUID; returns an error if the server is already running.
Instructions
Start a Mockoon mock server from a local environment JSON file. Use list_environments to find available file paths. Returns immediately with an error if the server is already running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | UUID of the environment to start | |
| port | No | Override port (optional) |