agentuity-cli-profile-delete
Delete a configuration profile
allowed_tools: Bash(agentuity:*)
$ 설치
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-profile-delete ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-profile-delete description: Delete a configuration profile version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "[name]" metadata: command: "agentuity profile delete" tags: "destructive deletes-resource fast"
Profile Delete
Delete a configuration profile
Usage
agentuity profile delete [name] [options]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<name> | string | No | - |
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--confirm | boolean | Yes | - | Skip confirmation prompt |
Examples
Delete item:
bunx @agentuity/cli profile delete staging
Use confirm option:
bunx @agentuity/cli profile delete old-dev --confirm
Delete item:
bunx @agentuity/cli profile delete
Output
Returns JSON object:
{
"success": "boolean",
"name": "string"
}
| Field | Type | Description |
|---|---|---|
success | boolean | Whether deletion succeeded |
name | string | Deleted profile name |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-profile-delete
1
Stars
0
Forks
Updated3d ago
Added1w ago