# schedule Schedule automated start and stop times for workspaces ## Usage ```console coder schedule { show | start | stop | extend } ``` ## Subcommands | Name | Purpose | |---------------------------------------------|-----------------------------------------------------------------| | [show](./schedule_show.md) | Show workspace schedules | | [start](./schedule_start.md) | Edit workspace start schedule | | [stop](./schedule_stop.md) | Edit workspace stop schedule | | [extend](./schedule_extend.md) | Extend the stop time of a currently running workspace instance. |