Agent skill
agentuity-cli-cloud-thread-delete
Delete a thread. Requires authentication. Use for Agentuity cloud platform 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-cloud-thread-delete
Metadata
Additional technical details for this skill
- tags
- destructive requires-auth
- command
- agentuity cloud thread delete
SKILL.md
Cloud Thread Delete
Delete a thread
Prerequisites
- Authenticated with
agentuity auth login
Usage
bash
agentuity cloud thread delete <thread_id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<thread_id> |
string | Yes | - |
Examples
Delete a thread by ID:
bash
bunx @agentuity/cli cloud thread delete thrd_abc123xyz
Didn't find tool you were looking for?