delete_data_stream
Delete one or more Elasticsearch data streams and their backing indices, optionally specifying a cluster.
Instructions
Delete one or more data streams.
Permanently deletes the specified data streams and all their backing indices.
Args: name: Name of the data stream(s) to delete. Can be a comma-separated list or wildcard pattern. cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||