mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* 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
Generated
994 B
Generated
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 |