stop_tunnel
Terminate specific or all local tunnels on the current machine. Use this tool to stop tunnels by name or halt all active tunnels, ensuring clean termination. Verify closure with 'list_tunnels'.
Instructions
Stops a running tunnel or all local tunnels.
This tool will:
- Stop a specific tunnel identified by name (if provided)
- Stop all local tunnels (if no name is provided)
- Only affects tunnels running on the current machine
- Will not affect tunnels running on other machines
After stopping tunnels, you can use 'list_tunnels' to confirm they've been terminated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Optional name of a specific tunnel to stop. If not provided, all local tunnels will be stopped. |