rest-api-spec.api.ilm.remove_policy.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"ilm.remove_policy":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html",
"description":"Removes the assigned lifecycle policy and stops managing the specified index"
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/{index}/_ilm/remove",
"methods":[
"POST"
],
"parts":{
"index":{
"type":"string",
"description":"The name of the index to remove policy on"
}
}
}
]
},
"params":{}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy