Removes the data stream lifecycle from a data stream, rendering it not managed by the data stream lifecycle.
Path parameters
-
A comma-separated list of data streams of which the data stream lifecycle will be deleted; use
*to get all data streams
DELETE
/_data_stream/{name}/_lifecycle
Console
DELETE _data_stream/my-data-stream/_lifecycle
curl \
--request DELETE 'http://api.example.com/_data_stream/{name}/_lifecycle'
Response examples (200)
A successful response for deleting a data stream lifecycle.
{
"acknowledged": true
}