# 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) | Override the stop time of a currently running workspace instance. | | [show](./schedule_show) | Show workspace schedule | | [start](./schedule_start) | Edit workspace start schedule | | [stop](./schedule_stop) | Edit workspace stop schedule |