How does your AI governance program compare?

    See where your program has gaps in less than 2 minutes.

    Take the assessment

    Implementation Guide

    AI Model Retirement Plan

    A governance-first process for decommissioning deployed models: map dependencies, revoke identities and tool-call permissions, and preserve audit trails so retired models do not leave residual access behind.

    Core elements of a model retirement plan

    Before retirement work begins, teams need a shared inventory of what the model touches and what must be closed out. The following elements form the backbone of a structured plan.

    • Dependency mapping Identify every agent, workflow, and system referencing the model before retirement begins.
    • Identity and access revocation Deactivate service accounts, API keys, and agent credentials tied to the model.
    • Tool-call permission removal Remove plugin and tool-call access that could otherwise persist unmonitored.
    • Audit trail preservation Retain usage history and decommissioning records separately from live logs.

    What an AI model retirement plan covers

    An AI model retirement plan is the formal process by which an enterprise removes a deployed model from production while addressing every identity, permission, and dependency it accumulated during its operational life. This differs from simply disabling a model's endpoint. NIST's AI Risk Management Framework treats decommissioning as part of post-deployment monitoring under its Manage function, meaning retirement is expected to be planned for, not improvised once a model is no longer wanted in production.

    In agentic environments, a model rarely exists in isolation. It may have been granted service accounts, API keys, tool-call permissions, and delegated credentials shared with agents or downstream systems. A retirement plan treats each of these as an artifact that must be accounted for and closed out, not left dormant.

    Disabling is not decommissioning

    Stopping new invocations often leaves credentials, tool-call permissions, and delegated access active. Full decommissioning requires explicitly revoking those identities and permissions, consistent with account and identifier deactivation requirements in NIST SP 800-53.

    Why informal decommissioning creates governance and security risk

    When a model is pulled from production without a structured offboarding process, the credentials and permissions issued to it or its associated agents often remain active. NIST SP 800-53 controls AC-2 and IA-4 require organizations to disable accounts and deactivate identifiers, including those belonging to non-person entities such as service accounts and automated agents, once access is no longer needed. A retired model that still holds valid credentials does not meet this standard, even if it is no longer intentionally invoked.

    OWASP's Top 10 for LLM Applications describes two directly relevant risk categories: insecure plugin design, where tool permissions outlive their intended use, and excessive agency, where a system retains more autonomy or access than the current use case requires. Both describe exactly the exposure created when a model is retired informally, leaving stale tool-call access or cached credentials that could be reinvoked by an orphaned integration or scheduled job.

    Operational considerations and tradeoffs

    A sound retirement plan balances speed of removal with operational continuity. The following practices reduce the chance of residual access while limiting disruption to dependent workflows.

    • Phase the process rather than removing access in one step. Freezing invocations before revoking credentials allows teams to observe residual traffic without prematurely breaking dependent workflows.
    • Treat non-person identities the same as human accounts. Service accounts and agent credentials tied to a model need the same deactivation discipline as any other system entity.
    • Do not assume dormant means deactivated. A credential that is no longer used but not revoked remains a valid path for reinvocation if discovered or cached elsewhere.
    • Separate audit records from live system logs. Retirement-related logs should be preserved independently so they remain available for compliance review after infrastructure is removed.
    • Require multi-stakeholder sign-off. Governance, security, and system-owner approval before final decommissioning reduces the risk of models being removed or reinstated without oversight.

    AI model retirement plan template elements

    At minimum, a workable template should capture ownership, dependency inventory, identity and permission close-out steps, validation checks after revocation, and retention of decommissioning evidence. Pair the template with runtime enforcement so revoked identities and tool-call permissions stay revoked after the model leaves production.

    Frequently asked questions

    Is disabling a model the same as decommissioning it?

    No. Disabling typically stops new invocations but often leaves credentials, tool-call permissions, and delegated access active. Decommissioning requires explicitly revoking those identities and permissions, consistent with the account and identifier deactivation requirements in NIST SP 800-53.

    How can a retired model be prevented from being reinvoked?

    Runtime policy enforcement can block calls to a model after it has been formally decommissioned, addressing cases where a stale reference, cached credential, or orphaned integration attempts to reach it despite revoked access.

    How long should decommissioning audit records be retained?

    Available standards do not specify a mandatory retention period for AI decommissioning audit trails. Organizations should map retention to their existing data-retention and audit policies rather than assume a default timeframe.

    An AI model retirement plan is a documented process for formally decommissioning a deployed model, including mapping its dependencies, revoking associated identities and tool-call permissions, and preserving audit records. Without it, decommissioned models can retain active credentials and access rights that create governance gaps and security exposure.

    Apply runtime governance to model retirement

    A retirement plan is only as effective as the enforcement behind it. Runtime governance controls help confirm that revoked identities and tool-call permissions stay revoked after a model is decommissioned.

    Request a Demo