Bot Service Controller
Bot Stop
Path: /api/bots/stop
Method: POST
Example Http Request
POST /api/bots/stop HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 403 Forbidden
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 255
{"status":"FORBIDDEN","timestamp":"03-12-2025 12:36:39","message":"Bot Service Control Exception","debugMessage":null,"subErrors":[{"object":"com.ja.movements.service.FrameByFrameBotService","message":"Unable to stop bot service as it is not running. "}]}
Example Curl Request
$ curl 'http://localhost:8080/api/bots/stop' -i -X POST
Bot Service Controller