---
title: Recheck availability of AM
description: The duration after which the agent rechecks AM availability, when Autonomous mode is false, and AM becomes unavailable at runtime.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.am.unavailability.recheck.window.in.seconds
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.am.unavailability.recheck.window.in.seconds.html
---

# Recheck availability of AM

The duration after which the agent rechecks AM availability, when [Autonomous mode](org.forgerock.agents.fallback.mode.enabled.html) is `false`, and AM becomes unavailable at runtime.

Consider these points when you configure this property:

* If the duration is too short, the agent checks AM availability too often, and agent performance can be reduced.

* If the duration is zero, the agent checks AM availability for every call. Requests that match not-enforced rules can take longer.

|                          |                                                                                                                                                                              |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.am.unavailability.recheck.window.in.seconds`                                                                                                           |
| Aliases                  | `org.forgerock.agents.am.unavailability.recheck.window.in.seconds`   Introduced in Java Agent 5.9.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 7.2 |
| Function                 | Agent                                                                                                                                                                        |
| Type                     | Integer                                                                                                                                                                      |
| Default                  | `5`                                                                                                                                                                          |
| Bootstrap property       | No                                                                                                                                                                           |
| Required property        | No                                                                                                                                                                           |
| Restart required         | No                                                                                                                                                                           |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                     |
| AM console               | Tab: `Profile (from AM 7.2)`Title: `Recheck availability of AM`                                                                                                              |
