Stop

Stop the current prediction process

get

Stop the current online prediction process

Responses
200
Successful operation
application/json
get
GET /strongcourage/MAIP/v1/predict/stop HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful operation

{
  "isRunning": true,
  "lastPredictedId": "fadfafewfwefwe",
  "config": {
    "predictConfig": {
      "modelId": "6d9aebed-aa34-47c5-be80-b41280c32163.h5",
      "inputTraffic": {
        "type": "report",
        "value": {
          "reportId": "report-honeypot.pcap-342727c9-e253-4124-85fd-974c2ad60bae",
          "reportFileName": "1675893004.993760_0_honeypot.pcap.csv"
        }
      }
    }
  },
  "lastPredictedAt": "123243534534"
}