All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.ml.reset_job.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "ml.reset_job":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html",
      "description":"Resets an existing anomaly detection job."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ml/anomaly_detectors/{job_id}/_reset",
          "methods":[
            "POST"
          ],
          "parts":{
            "job_id":{
              "type":"string",
              "description":"The ID of the job to reset"
            }
          }
        }
      ]
    },
    "params":{
      "wait_for_completion":{
        "type":"boolean",
        "description":"Should this request wait until the operation has completed before returning",
        "default":true
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy