Skip to content

Commit 4e1d948

Browse files
committed
fixup! Merge branch 'main' into dean/schedule-max-ttl
1 parent bc39570 commit 4e1d948

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/cli/coder_templates_edit.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,44 @@ Allow users to cancel in-progress workspace jobs.
2222

2323
### --default-ttl
2424

25-
Edit the template default time before shutdown - workspaces created from this template to this value.
25+
Edit the template default time before shutdown - workspaces created from this template default to this value.
2626
<br/>
2727
| | |
2828
| --- | --- |
2929
| Default | <code>0s</code> |
3030

3131
### --description
3232

33-
Edit the template description
33+
Edit the template description.
3434
<br/>
3535
| | |
3636
| --- | --- |
3737

3838
### --display-name
3939

40-
Edit the template display name
40+
Edit the template display name.
4141
<br/>
4242
| | |
4343
| --- | --- |
4444

4545
### --icon
4646

47-
Edit the template icon path
47+
Edit the template icon path.
4848
<br/>
4949
| | |
5050
| --- | --- |
5151

52+
### --max-ttl
53+
54+
Edit the template maximum time before shutdown - workspaces created from this template must shutdown within the given duration after starting. This is an enterprise-only feature.
55+
<br/>
56+
| | |
57+
| --- | --- |
58+
| Default | <code>0s</code> |
59+
5260
### --name
5361

54-
Edit the template name
62+
Edit the template name.
5563
<br/>
5664
| | |
5765
| --- | --- |

0 commit comments

Comments
 (0)