Files
coder/docs/cli/schedule_show.md
2023-03-23 17:42:20 -05:00

23 lines
378 B
Markdown

<!-- DO NOT EDIT | GENERATED CONTENT -->
# schedule show
Show workspace schedule
## Usage
```console
coder schedule show <workspace-name>
```
## Description
```console
Shows the following information for the given workspace:
* The automatic start schedule
* The next scheduled start time
* The duration after which it will stop
* The next scheduled stop time
```