# doctl databases indexes – DigitalOcean Documentation > The subcommands under `doctl databases indexes` enable the management of indexes for opensearch clusters - [doctl databases indexes delete](https://docs.digitalocean.com/reference/doctl/reference/databases/indexes/delete/index.html.md): Usage doctl databases indexes delete [flags] Aliases rm Flags Option Description --force, -f Deletes the opensearch index without a confirmation promptDefault: false --help, -h Help for this command Related Commands Command Description doctl databases … - [doctl databases indexes list](https://docs.digitalocean.com/reference/doctl/reference/databases/indexes/list/index.html.md): This command lists the following details for each index in an opensearch cluster: - The Name of the index. - The Status of the index. - The Health of the index. - The Number of Shards in the index. - The Number of Replicas in the index. - The Number of …