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/admin/workspaces/README.md
+39-7
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ auditing.md
12
12
13
13
Coder manages Workspaces, which are user-facing virtualized development environments. Each workspace is defined by a [template](../templates/README.md), owned by a single user, and can be individually modified with parameters and scheduling.
14
14
15
-
Coder allows workpsaces to be hosted on either VMs or containers, and is unopionated on which compute you choose to maximize flexibility.
15
+
Coder allows workspaces to be hosted on either VMs or containers and is not opinionated on which compute you choose to maximize flexibility.
Template admins can require workspaces be on the latest version before starting. When this is enabled, you will be presented with an "Update and Start" button in the UI. Workspaces that start on connect will automatically update on the first out-of-date connection.
74
+
75
+
76
+
<!-- TODO: Link force update policies -->
77
+
78
+
## Bulk operations (enterprise)
79
+
80
+
Enterprise admins may apply bulk operations (update, delete, start, stop) in the **Workspaces** tab. Select the workspaces you'd like to modify with the checkboxes on the left, then use the top-right **Actions** dropdown to apply the operation.
81
+
82
+
The start and stop operations can only be applied to a set of workspaces which are all in the same state. For update and delete, the user will be prompted for confirmation before any action is taken.
Template admins can require workspaces be on the latest version before starting. When this is enabled, you will be presented with an "Update and Start" button in the UI. Workspaces that start on connect will automatically update on the first out-of-date connection.
77
-
78
-
## Bulk operations (enterprise)
79
-
80
-
Enterprise users may apply bulk operations (update, delete, start, stop) in the **Workspaces** tab.
81
-
82
-
Select the workspaces you'd like to modify with the checkboxes on the left, then use the top-right **Actions** dropdown to apply the operation.
0 commit comments