Agentuity云线程删除工具Skill agentuity-cli-cloud-thread-delete

这是一个用于删除Agentuity云平台上指定线程的命令行工具。该工具需要用户先进行身份验证,然后通过提供线程的唯一ID来执行删除操作。关键词:Agentuity云平台,线程删除,CLI工具,命令行操作,云服务管理,身份验证。

云原生架构 0 次安装 0 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-thread-delete description: 删除一个线程。需要身份验证。用于Agentuity云平台操作 version: “0.0.104” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “<thread_id>” metadata: command: “agentuity cloud thread delete” tags: “destructive requires-auth”

云线程删除

删除一个线程

前提条件

  • 已通过 agentuity auth login 完成身份验证

使用方法

agentuity cloud thread delete <thread_id>

参数

参数 类型 是否必需 描述
<thread_id> 字符串 -

示例

通过ID删除线程:

bunx @agentuity/cli cloud thread delete thrd_abc123xyz