agentuity-cli-cloud-thread-delete

Delete a thread. Requires authentication. Use for Agentuity cloud platform operations

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-cloud-thread-delete ~/.claude/skills/discord-help-agent

// tip: Run this command in your terminal to install the skill


name: agentuity-cli-cloud-thread-delete description: Delete a thread. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "<thread_id>" metadata: command: "agentuity cloud thread delete" tags: "destructive requires-auth"

Cloud Thread Delete

Delete a thread

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity cloud thread delete <thread_id>

Arguments

ArgumentTypeRequiredDescription
<thread_id>stringYes-

Examples

Delete a thread by ID:

bunx @agentuity/cli cloud thread delete thrd_abc123xyz

Repository

agentuity
agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-thread-delete
1
Stars
0
Forks
Updated1d ago
Added1w ago