# schedule show Show workspace schedules ## Usage ```console coder schedule show [flags] | --all> ``` ## Description ```console 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. ### --search | | | | ------- | --------------------- | | Type | string | | Default | owner:me | Search for a workspace with a query. ### -c, --column | | | | ------- | ------------------------------------------------------------------- | | Type | string-array | | Default | workspace,starts at,starts next,stops after,stops next | Columns to display in table output. Available columns: workspace, starts at, starts next, stops after, stops next. ### -o, --output | | | | ------- | ------------------- | | Type | string | | Default | table | Output format. Available formats: table, json.