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