agentuity-cli-project-delete
maintained by agentuity
star
4
account_tree
1
verified_user
MIT License
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)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
4
GitHub Forks
1
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!