There are three ways to stop Thoras from autonomously scaling workloads, ordered from broadest to narrowest scope. Choose the option that matches the blast radius you need.Documentation Index
Fetch the complete documentation index at: https://docs.thoras.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Approach | Scope | Restarts Pods | Workload requests | Model & data retention |
|---|---|---|---|---|
| System-wide pause | All autonomous ASTs | No | Running pods keep the last applied suggestion; restarted pods come up with the controller spec | Thoras keeps forecasting and producing suggestions |
recommendation mode | One AST | Yes | Reverts to the controller spec | Thoras keeps forecasting and producing suggestions |
| Unenroll (delete AST) | One AST | Yes | Reverts to the controller spec | History and model state for the AST is discarded; workload is no longer managed or observed by Thoras |
1. System-wide pause
Halts all autonomous scaling actions across the entire cluster. Thoras continues collecting metrics and producing recommendations; only the apply step is suspended. Workloads inrecommendation mode are unaffected.
Pausing does not restart workload pods. Running pods keep the resource
requests Thoras last applied to them. When new pods are created they will use
the requests defined in the controller spec.
When to use: planned maintenance windows, incident response, or baseline
validation where you want to freeze allocations cluster-wide without changing
any AIScaleTarget definitions.
How to do it:
- Open the Manage Cluster dropdown in the dashboard header.
- Select Pause autonomous scaling.
- Confirm in the flyout, which shows the count of autonomous targets that will be affected.
thoras-operator-system-config ConfigMap. See
Pausing Autonomous Scaling for pod behavior during
pause, visual indicators, and the ConfigMap-based advanced workflow.
2. Switch the AST from autonomous to recommendation mode
Stops autonomous scaling for a single workload while keeping theAIScaleTarget
enrolled. Thoras continues to forecast and surface suggestions in the dashboard,
but no scaling actions are applied.
Unlike a system-wide pause, switching to
recommendation mode restarts the
workload’s pods and reverts it to the requests defined in the controller spec.AIScaleTarget and set the active scaling direction’s mode to
recommendation:
mode back to autonomous. See
Understanding Vertical and Horizontal Scaling Modes
for how the two directions interact, and the
AIScaleTarget reference for the full mode
specification.

