Hi @smerzlyakov,
I would like to tell you that there is no such process to rename the index in elasticsearch. However if you want to rename you need to reindex the same with new name and for reindex you can use reindex API in elasticsearch.
Please find the reference link for reindex API.
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html
Regards,
Harsh Bajaj