Skip to content

Commit 0e3a744

Browse files
kylegalbraithgithub-actions[bot]
authored andcommitted
Update docs content from https://github.com/depot/app
1 parent d8b68a7 commit 0e3a744

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

content/cli/reference.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,36 @@ Additional flags that can be used with this command.
505505
| `token` | Depot token |
506506
{/* <!-- prettier-ignore-end --> */}
507507

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+
508538
### `depot projects list`
509539

510540
Display an interactive listing of current Depot projects. Selecting a specific project will display the latest builds.

0 commit comments

Comments
 (0)