<!-- DO NOT EDIT | GENERATED CONTENT -->
# schedule

Schedule automated start and stop times for workspaces

## Usage

```console
coder schedule { show | start | stop | extend } <workspace>
```

## Subcommands

| Name                                        | Purpose                                                         |
|---------------------------------------------|-----------------------------------------------------------------|
| [<code>show</code>](https://coder.com/docs/reference/cli/schedule_show.md)     | Show workspace schedules                                        |
| [<code>start</code>](https://coder.com/docs/reference/cli/schedule_start.md)   | Edit workspace start schedule                                   |
| [<code>stop</code>](https://coder.com/docs/reference/cli/schedule_stop.md)     | Edit workspace stop schedule                                    |
| [<code>extend</code>](https://coder.com/docs/reference/cli/schedule_extend.md) | Extend the stop time of a currently running workspace instance. |
