mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
feat: allow disabling autostart and custom autostop for template (#6933)
API only, frontend in upcoming PR.
This commit is contained in:
@ -46,20 +46,20 @@ can be defined on a per-workspace basis to automate the workspace start/stop.
|
||||
|
||||

|
||||
|
||||
### Auto-start
|
||||
### Autostart
|
||||
|
||||
The auto-start feature automates the workspace build at a user-specified time
|
||||
The autostart feature automates the workspace build at a user-specified time
|
||||
and day(s) of the week. In addition, users can select their preferred timezone.
|
||||
|
||||

|
||||

|
||||
|
||||
### Auto-stop
|
||||
### Autostop
|
||||
|
||||
The auto-stop feature shuts off workspaces after given number of hours in the "on"
|
||||
state. If Coder detects workspace connection activity, the auto-stop timer is bumped up
|
||||
The autostop feature shuts off workspaces after given number of hours in the "on"
|
||||
state. If Coder detects workspace connection activity, the autostop timer is bumped up
|
||||
one hour. IDE, SSH, Port Forwarding, and coder_app activity trigger this bump.
|
||||
|
||||

|
||||

|
||||
|
||||
## Updating workspaces
|
||||
|
||||
|
Reference in New Issue
Block a user