File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,28 @@ resource "kubernetes_pod" "podName" {
223
223
}
224
224
```
225
225
226
+ ### Delete templates
227
+
228
+ <<<<<<< HEAD
229
+ You can delete a template using both the coder CLI and UI. Only
230
+ [ template admins and owners] ( ./admin/users.md ) can delete a template, and the template
231
+ must not have any running workspaces associated to it.
232
+ =======
233
+ You can delete a template using both the Coder CLI and UI. Only
234
+ [ template admins and owners] ( ./admin/users.md ) can delete a template.
235
+ >>>>>>> 0407c2294c5c7321071c17013f2e39bd70568165
236
+
237
+ Using the CLI, login to Coder and run the following command to delete a template:
238
+
239
+ ``` console
240
+ coder templates delete <template-name>
241
+ ```
242
+
243
+ In the UI, navigate to the template you want to delete, and select the dropdown in
244
+ the right-hand corner of the page to delete the template.
245
+
246
+ ![ delete-template] ( ./images/delete-template.png )
247
+
226
248
#### Delete workspaces
227
249
228
250
When a workspace is deleted, the Coder server essentially runs a
You can’t perform that action at this time.
0 commit comments