Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions content/pages/docs/cli/manual/zoo_project_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Delete one of your uploaded projects.

<dl class="flags">
<dt><code>id-or-path</code></dt>
<dd>The project id, or a local project directory, `.kcl` file, or `project.toml`.
When a local path is provided, the persisted Zoo cloud project id will be removed from
`project.toml` after the remote project is deleted.</dd>
<dd>The project id, or a local project directory, `.kcl` file, or `project.toml`. When a local path is provided, the persisted Zoo cloud project id will be removed from `project.toml` after the remote project is deleted</dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>
Expand All @@ -21,7 +19,7 @@ Delete one of your uploaded projects.
<dd>Zoo API host to use for all commands (e.g., "api.zoo.dev" or "http://localhost:8888"). Overrides the configured default host</dd>

<dt><code>-h/--help</code></dt>
<dd>Print help (see a summary with '-h')</dd>
<dd>Print help</dd>
</dl>


Expand Down
Loading