You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hypernode-platform/autoscaling/how-to-enable-autoscaling.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,34 @@ You can start using autoscaling by:
29
29
After enabling Autoscaling feature, expect a 5min grace period before Autoscaling takes effect.
30
30
31
31
Now, rest easy knowing that your server will automatically handle overloads.
32
+
33
+
## How to enable Autoscaling via command line?
34
+
35
+
To allow using autoscaling via the command line, follow the steps below:
36
+
37
+
- Navigate go the Change plan page.
38
+
- Click on the CLI tab, enable plan changes via the CLI.
39
+
40
+
**Please note:** when enabled, **everyone who has SSH access can enable and configure autoscaling from the CLI**, even if they are not the Owner or Admin.
41
+
42
+
### Enable autoscaling via the CLI
43
+
44
+
To enable autoscaling via the CLI, you can run the following command:
45
+
`hypernode-systemctl autoscaling --enable`
46
+
47
+
### Manage autoscaling tresholds via the CLI
48
+
If you have enabled autoscaling, you can configure the thresholds when it is being autoscaled.
0 commit comments