Index setting "plugins" : { "index_state_management" : { "auto_manage" : "false" } creating problem

You can reset the setting to null by this:

PUT logs-2024.02.01/_settings
{
  "plugins": {
    "index_state_management": {
      "auto_manage": null
    }
  }
}