@@ -24,7 +24,7 @@ Coder [supports multiple IDEs](ides.md) for use with your workspaces.
24
24
25
25
Workspaces in Coder are started and stopped, often based on whether there was
26
26
any activity or if there was a [ template
27
- update] ( ./templates.md#manage-templates ) available.
27
+ update] ( ./templates.md#start/stop ) available.
28
28
29
29
Resources are often destroyed and re-created when a workspace is restarted,
30
30
though the exact behavior depends on the template's definitions. For more
@@ -40,6 +40,28 @@ resources](./templates.md#persistent-vs-ephemeral-resources).
40
40
41
41
When a workspace is deleted, all of the workspace's resources are deleted.
42
42
43
+ ## Workspace scheduling
44
+
45
+ By default, workspaces are manually turned on/off by the user. However, a schedule
46
+ can be defined on a per-workspace basis to automate the workspace start/stop.
47
+
48
+ ![ Scheduling UI] ( ./images/schedule.png )
49
+
50
+ ### Auto-start
51
+
52
+ The auto-start feature automates the workspace build at a user-specified time
53
+ and day(s) of the week. In addition, users can select their preferred timezone.
54
+
55
+ ![ Auto-start UI] ( ./images/auto-start.png )
56
+
57
+ ### Auto-stop
58
+
59
+ The auto-stop feature shuts off workspaces after given number of hours in the "on"
60
+ state. If Coder detects workspace connection activity, the auto-stop timer is bumped up
61
+ one hour. IDE, SSH, Port Forwarding, and coder_app activity trigger this bump.
62
+
63
+ ![ auto-stop UI] ( ./images/auto-stop.png )
64
+
43
65
## Updating workspaces
44
66
45
67
Use the following command to update a workspace to the latest template version.
0 commit comments