Skip to content

Commit d47245b

Browse files
stirbymatifali
authored andcommitted
linked workspace scheduling guide in workspace lifecycle
1 parent ce0cd54 commit d47245b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/workspaces/lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- TODO: Make a sexier opener -->
44
Workspaces are flexible, reproducible, and isolated units of compute. Workspaces are created via Terraform, managed through the Coder control plane, accessed through the Coder agent, then stopped and deleted again by Terraform.
55

6-
This page covers how workspaces move through this lifecycle. To learn about automating workspace schedules for cost control, read the [workspace scheduling docs](./schedule.md).
6+
This page covers how workspaces move through this lifecycle. To learn about automating workspace schedules for cost control, read the [workspace scheduling docs](../../user-guides/workspace-scheduling.md).
77

88
## Workspace ephemerality
99

@@ -50,7 +50,7 @@ Once these steps have completed, your workspace will now be in the `Running` sta
5050

5151
## Stopping workspaces
5252

53-
Workspaces may be stopped manually by users and admins in the dashboard, CLI, or API. Workspaces may be automatically stopped by scheduling configuration to reduce the uptime of costly resources.
53+
Workspaces may be stopped manually by users and admins in the dashboard, CLI, or API. Workspaces may be automatically stopped due to template updates or inactivity by [scheduling configuration](../../user-guides/workspace-scheduling.md).
5454

5555
Once stopped, a workspace may resume running by starting it manually, or via user connection if automatic start is enabled.
5656

0 commit comments

Comments
 (0)