mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
Fixes https://github.com/coder/coder/issues/15515 This change effectively reverts the changes introduced by https://github.com/coder/coder/pull/13182 (for https://github.com/coder/coder/issues/13078). We also rename the `override-stop` command name to `extend` to match the API endpoint's name (keeping an alias to allow `override-stop` to be used).
21 lines
896 B
Markdown
Generated
21 lines
896 B
Markdown
Generated
<!-- 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>](./schedule_show.md) | Show workspace schedules |
|
|
| [<code>start</code>](./schedule_start.md) | Edit workspace start schedule |
|
|
| [<code>stop</code>](./schedule_stop.md) | Edit workspace stop schedule |
|
|
| [<code>extend</code>](./schedule_extend.md) | Extend the stop time of a currently running workspace instance. |
|