Link Search Menu Expand Document Documentation Menu

Core index APIs

Core index APIs provide fundamental operations for managing the lifecycle of indexes in your OpenSearch cluster. These APIs allow you to create, delete, and perform basic operations on indexes.

Available APIs

OpenSearch supports the following core index APIs.

API Description
Create index Creates a new index.
Delete index Deletes an existing index.
Get index Returns information about one or more indexes.
Index exists Checks if an index exists.
Open index Opens a closed index.
Close index Closes an open index.
Resolve index Resolves index names and aliases to their concrete indexes.
350 characters left

Have a question? .

Want to contribute? or .