Skip to main content

apps

📄️ Check if a better model variant is available for this capability. Runs CapabilityOrchestratorService.check_optimization(

Check if a better model variant is available for this capability. Runs CapabilityOrchestratorService.check_optimization() which compares the currently deployed model variant against available alternatives, accounting for the device class and platform distribution of the app's registered targets. Returns a recommendation with the suggested variant and expected improvement, without making any changes.

📄️ Remove a target (app integration/platform registration) from an app. Triggers two reconciliation passes before deleting:

Remove a target (app integration/platform registration) from an app. Triggers two reconciliation passes before deleting: first, any `app_target_ids` deployments that reference this target are updated to remove the target assignment; second, label-selector materializer is re-run across all app deployments so device assignment counts stay accurate. The target is then deleted and the transaction is committed.