| name | remotty-stop |
| description | Stop a running remotty bridge or service. Use when the user asks to stop remotty or fix a Telegram polling conflict. |
remotty stop
Stop the bridge or identify the process to stop.
The supported Telegram flow is for Codex CLI.
- Try:
remotty service stop
- If no service is active, list likely processes:
Get-Process remotty, codex -ErrorAction SilentlyContinue | Select-Object Id,ProcessName,Path
- Ask before stopping an unrelated process.
- If the process is clearly the bridge window, stop only that process.