ElasticSearch之Delete index API

删除指定的索引。

同时删除索引关联的数据、分片、元数据等相关的资源,因此执行前需要慎重。

命令样例如下:

curl -X DELETE "https://localhost:9200/testindex_003?pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果的样例,如下:

{
  "acknowledged" : true
}

相关资料

posted @ 2023-12-02 16:18  jackieathome  阅读(17)  评论(0编辑  收藏  举报