rest-api-spec.api.indices.delete_data_lifecycle.json Maven / Gradle / Ivy
{
"indices.delete_data_lifecycle":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html",
"description":"Deletes the data stream lifecycle of the selected data streams."
},
"stability":"experimental",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_data_stream/{name}/_lifecycle",
"methods":[
"DELETE"
],
"parts":{
"name":{
"type":"list",
"description":"A comma-separated list of data streams of which the data stream lifecycle will be deleted; use `*` to get all data streams"
}
}
}
]
},
"params": {
"expand_wildcards": {
"type": "enum",
"options": [
"open",
"closed",
"hidden",
"none",
"all"
],
"default": "open",
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
},
"timeout": {
"type": "time",
"description": "Explicit timestamp for the document"
},
"master_timeout": {
"type": "time",
"description": "Specify timeout for connection to master"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy