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
- Create a template from a [Dev Container](../templates/dev-containers.md)
109
114
110
115
# Create a workspace
111
116
112
-
Coder workspaces are the primary interface for end-users. Each workspace is defined by a template, but can be modified with parameters and settings. The easiest way to create a workspace is through the template GUI.
117
+
Coder workspaces are the primary interface for end-users. Each workspace is
118
+
defined by a template, but can be modified with parameters and settings. The
119
+
easiest way to create a workspace is through the template GUI.
113
120
114
-
> Read more about templates in our [tutorials section](../tutorials/workspaces.md).
@@ -194,6 +200,12 @@ template, Coder will notify them that there's a new version of the template.
194
200
You can also handle [change management](./change-management.md) through your own
195
201
repo and continuous integration.
196
202
203
+
### Modify your workspace schedule
204
+
205
+
You can save compute costs by setting a schedule to automatically start or shut off your workspaces. This can be configured at the template level or for a specific workspace.
206
+
207
+
Go to your workspace settings in **Workspaces** -> **Workspace Name**.
0 commit comments