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


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

ArgumentTypeRequiredDescription
<name>stringNo-

Options

OptionTypeRequiredDefaultDescription
--confirmbooleanYes-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"
}
FieldTypeDescription
successbooleanWhether deletion succeeded
namestringDeleted profile name