agentuity-cli-project-delete | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / agentuity-cli-project-delete

agentuity-cli-project-delete

maintained by agentuity

star 4 account_tree 1 verified_user MIT License
bolt View GitHub

name: agentuity-cli-project-delete description: Delete a project. Requires authentication. Use for project management operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "[id]" metadata: command: "agentuity project delete" tags: "destructive deletes-resource slow requires-auth"

Project Delete

Delete a project

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity project delete [id] [options]

Arguments

Argument Type Required Description
<id> string No -

Options

Option Type Required Default Description
--confirm boolean Yes - Skip confirmation prompts

Examples

Delete item:

bunx @agentuity/cli project delete

Delete item:

bunx @agentuity/cli project delete proj_abc123def456

Use confirm option:

bunx @agentuity/cli project delete proj_abc123def456 --confirm

Delete item:

bunx @agentuity/cli project rm proj_abc123def456

Delete item:

bunx @agentuity/cli --explain project delete proj_abc123def456

Delete item:

bunx @agentuity/cli --dry-run project delete proj_abc123def456

Output

Returns JSON object:

{
  "success": "boolean",
  "projectIds": "array",
  "count": "number"
}
Field Type Description
success boolean Whether the deletion succeeded
projectIds array Deleted project IDs
count number Number of projects deleted

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 4
GitHub Forks 1
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
google-cloud
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.