mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
91875c2b47
Fixes https://github.com/coder/coder/issues/15515 This change effectively reverts the changes introduced by https://github.com/coder/coder/pull/13182 (for https://github.com/coder/coder/issues/13078). We also rename the `override-stop` command name to `extend` to match the API endpoint's name (keeping an alias to allow `override-stop` to be used).
896 B
Generated
896 B
Generated
schedule
Schedule automated start and stop times for workspaces
Usage
coder schedule { show | start | stop | extend } <workspace>
Subcommands
| Name | Purpose |
|---|---|
show |
Show workspace schedules |
start |
Edit workspace start schedule |
stop |
Edit workspace stop schedule |
extend |
Extend the stop time of a currently running workspace instance. |