@@ -31,9 +31,30 @@ Coder redirects you to an overview page for your workspace during the build
31
31
process. Learn more about the workspace
32
32
[ creation parameters] ( ./workspace-params.md ) .
33
33
34
- Your workspace persists in the home directory, updates to new versions of the
35
- image, and runs custom configuration on startup. Learn about the
36
- [ workspace lifecycle] ( lifecycle.md ) .
34
+ ![ Workspace overview] ( ../assets/workspaces/workspace-overview.png )
35
+
36
+ Your workspace persists in the home directory, updates itself to new versions of
37
+ the image on which it is built, and runs custom configuration on startup. Learn
38
+ about the [ workspace lifecycle] ( lifecycle.md ) .
39
+
40
+ ### Workspace status
41
+
42
+ The workspace overview page displays information regarding the status and
43
+ performance of your workspace.
44
+
45
+ ![ Workspace overview] ( ../assets/workspaces/status-chip.png )
46
+
47
+ The following workspace statuses are available:
48
+
49
+ - ** Running** : Your workspace is running
50
+ - ** Off** : Your workspace has been shut off either manually or due to inactivity
51
+ - ** Error** : An unknown error has occurred
52
+ - ** Building** : Your workspace is building
53
+ - ** Turning off** : Your workspace is turning off
54
+ - ** Unknown** : Your workspace is in an unknown state
55
+ - ** Initializing** : The container is initializing
56
+ - ** Decommissioned** : Your workspace is being deleted, and compute resources are
57
+ being released.
37
58
38
59
### Advanced
39
60
0 commit comments