Link Search Menu Expand Document Documentation Menu

This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

Delete an agent

Introduced 2.13

You can use this API to delete an agent based on the agent_id.

Path and HTTP methods

DELETE /_plugins/_ml/agents/<agent_id>

Example request

DELETE /_plugins/_ml/agents/MzcIJX8BA7mbufL6DOwl

Example response

{
  "_index" : ".plugins-ml-agent",
  "_id" : "MzcIJX8BA7mbufL6DOwl",
  "_version" : 2,
  "result" : "deleted",
  "_shards" : {
    "total" : 2,
    "successful" : 2,
    "failed" : 0
  },
  "_seq_no" : 27,
  "_primary_term" : 18
}
350 characters left

Have a question? .

Want to contribute? or .