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/workspaces.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,19 @@ Coder stores macOS and Linux logs at the following locations:
90
90
91
91
> Note: Logs are truncated once they reach 5MB in size.
92
92
93
+
## Filtering workspaces
94
+
95
+
In the Coder UI you can filter your workspaces using the pre-defined filter or by using the Coder's filter query like the examples below:
96
+
97
+
-`owner:me` to find the workspaces that you own
98
+
-`status:running` to find `running` workspaces
99
+
100
+
The supported filters are:
101
+
102
+
-`owner` - The `username` of the owner. You can also use `me` as an alias for the logged in user.
103
+
-`template` - The name of the template.
104
+
-`status` - The status of the workspace. You can [find here](https://pkg.go.dev/github.com/coder/coder/codersdk#WorkspaceStatus) all the statuses that are supported.
0 commit comments