Experts Inside Licensing Manager Docs / docs / optimization action remove addon
Optimization Action `remove_addon`
This page explains when the engine selects remove_addon, add-on evidence requirements, and savings logic.
When remove_addon is selected
The action is selected only if all of these checks pass:
- SKU is recognized in the add-on catalog.
- Catalog entry supports automatic removal recommendation.
- Add-on evidence source is available.
- Add-on activity status is either:
inactive_in_window, orno_activity_observed.
Why this action is selected
- Add-ons are reclaimed only when deterministic evidence indicates no recent usage.
- The engine avoids add-on auto-reclaim when telemetry is unavailable or automation is not implemented.
Current implementation behavior
- Copilot add-on (
COPILOT_M365) can produce automaticremove_addonrecommendations when inactivity criteria are met. - Power BI / Visio / Project add-ons currently remain review-first due to capability limitations in this release.
Savings calculation
- Monthly savings = add-on monthly price.
- Annual savings = monthly savings * 12.
- If pricing is unknown, savings are omitted.
Related safeguards
- If add-on evidence is unavailable, unsupported, or indicates recent activity, action falls back to
review_only.