Skip to content

Commit 499eb2a

Browse files
author
Katie Horne
committed
Achore: add status information to workspaces
1 parent 2c4604f commit 499eb2a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

assets/workspaces/status-chip.png

61.6 KB
Loading
134 KB
Loading

workspaces/getting-started.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,30 @@ Coder redirects you to an overview page for your workspace during the build
3131
process. Learn more about the workspace
3232
[creation parameters](./workspace-params.md).
3333

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 being
57+
released.
3758

3859
### Advanced
3960

0 commit comments

Comments
 (0)