Agent skill
agentuity-cli-project-delete
Delete a project. Requires authentication. Use for project management operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-project-delete
Metadata
Additional technical details for this skill
- tags
- destructive deletes-resource slow requires-auth
- command
- agentuity project delete
SKILL.md
Project Delete
Delete a project
Prerequisites
- Authenticated with
agentuity auth login
Usage
bash
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:
bash
bunx @agentuity/cli project delete
Delete item:
bash
bunx @agentuity/cli project delete proj_abc123def456
Use confirm option:
bash
bunx @agentuity/cli project delete proj_abc123def456 --confirm
Delete item:
bash
bunx @agentuity/cli project rm proj_abc123def456
Delete item:
bash
bunx @agentuity/cli --explain project delete proj_abc123def456
Delete item:
bash
bunx @agentuity/cli --dry-run project delete proj_abc123def456
Output
Returns JSON object:
json
{
"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 |
Didn't find tool you were looking for?