Drop Block Cache

curl -u shiva:shiva -XPOST 'localhost:8902/hippo/v1/_drop_block_cache?pretty'
curl -u shiva:shiva -XPOST 'localhost:8902/hippo/v1/_drop_block_cache/{node}?pretty&drop_index_block_cache=true'

Result:

{
  "successful" : 1,
  "failed" : 0
}

Parameter description:

ParametersDescriptionRequired
node (str)Node to drop cacheNo, defaults to all nodes

Table 31 Drop Block Cache (Restful API)