delete_alias
Remove an alias from a specific index in Elasticsearch or OpenSearch clusters to manage index configurations and simplify data organization.
Instructions
Delete an alias for a specific index.
Args:
index: Name of the index
name: Name of the alias
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| name | Yes |