Skip to main content

Operation Modes

AuroraOptimizer supports five distinct operation modes. The active mode determines the orchestrator's behavior during each evaluation cycle. Modes can be changed at runtime without restarting the server.

ModeBehaviorRecommended Use
ACTIVEFull automatic optimization. The orchestrator evaluates metrics every cycle and applies actions according to active policies.Stable production environments
PASSIVEObservation and reporting only. All metrics are collected and logged; no actions are executed.Initial deployment, diagnostics
MANUALAutomatic actions disabled. Only /auroraoptimizer optimize and /auroraoptimizer trigger can apply changes.Admin full-control scenarios
DISABLEDPlugin completely inactive. No observation, no actions, no metric collection.Deep debugging and conflict isolation
ANALYSISEye telemetry runs at maximum resolution. Data is exported to disk. No actions are executed.Pre-production profiling and baseline capture

Changing Modes

/auroraoptimizer mode active
/auroraoptimizer mode passive
/auroraoptimizer mode manual
/auroraoptimizer mode disabled
/auroraoptimizer mode analysis

Mode changes take effect immediately and do not require a server restart.