Stop Backend Application
Action
Use TaskStop with the backend task ID (from /run-backend output).
If task ID unknown, kill by port:
bash
for /f "tokens=5" %a in ('netstat -ano ^| findstr :8080 ^| findstr LISTENING') do taskkill /F /PID %a
Output
Report: backend stopped.