mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
531fd23fd2
* fix(docs): fix markdown docs links More than half of them were actually valid links but, due to missing file extensions were flagged as invalid. I added a file extension, so it should pass now. * Updated docgen to include extension
994 B
994 B
schedule
Schedule automated start and stop times for workspaces
Usage
coder schedule { show | start | stop | override } <workspace>
Subcommands
| Name | Purpose |
|---|---|
override-stop |
Override the stop time of a currently running workspace instance. |
show |
Show workspace schedule |
start |
Edit workspace start schedule |
stop |
Edit workspace stop schedule |