Here are a sample list for different operations you might need to do with elatsicsearch indices.
If you need to change the mapping of an elasticsearch index, then you have to remove it first and then re-create and re-index it again. Here is how you can do this in a Laravel application.