PUT /_all/_settings
{
"index.blocks.read_only_allow_delete": null
}
Or with ssh command line on your server directly: curl -XPUT "https://localhost:9200/_all/_settings" -H 'Content-Type: application/json' -d'{ "index.blocks.read_only_allow_delete": null}'