File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,36 @@ Additional flags that can be used with this command.
505
505
| `token` | Depot token |
506
506
{/* <!-- prettier-ignore-end --> */}
507
507
508
+ # ## `depot projects delete`
509
+
510
+ Delete a project from your Depot organization. This permanently removes the project and all associated build data.
511
+
512
+ **Note: Only organization admins can delete projects.**
513
+
514
+ **Example**
515
+
516
+ ` ` ` shell
517
+ depot projects delete
518
+ ` ` `
519
+
520
+ You can also use the `--project-id` flag to specify the project ID :
521
+
522
+ ` ` ` shell
523
+ depot projects delete --project-id <project-id>
524
+ ` ` `
525
+
526
+ # ### Flags for `delete`
527
+
528
+ Additional flags that can be used with this command.
529
+
530
+ {/* <!-- prettier-ignore-start --> */}
531
+ | Name | Description |
532
+ | ---- | ----------- |
533
+ | `project-id` | Depot project ID |
534
+ | `yes` | Confirm deletion, skip the confirmation prompt |
535
+ | `token` | Depot token |
536
+ {/* <!-- prettier-ignore-end --> */}
537
+
508
538
# ## `depot projects list`
509
539
510
540
Display an interactive listing of current Depot projects. Selecting a specific project will display the latest builds.
You can’t perform that action at this time.
0 commit comments