mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
23 lines
378 B
Markdown
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
|
|
|
|
```
|