Files
coder/docs/reference/cli/schedule_show.md
2025-01-03 13:12:59 +00:00

1.3 KiB
Generated

schedule show

Show workspace schedules

Usage

coder schedule show [flags] <workspace | --search <query> | --all>

Description

Shows the following information for the given workspace(s):
  * The automatic start schedule
  * The next scheduled start time
  * The duration after which it will stop
  * The next scheduled stop time

Options

-a, --all

Type bool

Specifies whether all workspaces will be listed or not.

Type string
Default owner:me

Search for a workspace with a query.

-c, --column

Type [workspace|starts at|starts next|stops after|stops next]
Default workspace,starts at,starts next,stops after,stops next

Columns to display in table output.

-o, --output

Type table|json
Default table

Output format.