Recycling

Recycling settings for the application pool.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
disable_overlapped_recycle boolean Whether to disable overlapped recycling.
disable_recycle_on_config_change boolean Whether to disable recycling on configuration changes.
View JSON Schema on GitHub

JSON Schema

iis-administration-recycling-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Recycling",
  "type": "object",
  "description": "Recycling settings for the application pool.",
  "properties": {
    "disable_overlapped_recycle": {
      "type": "boolean",
      "description": "Whether to disable overlapped recycling."
    },
    "disable_recycle_on_config_change": {
      "type": "boolean",
      "description": "Whether to disable recycling on configuration changes."
    }
  }
}