Agentuity云流删除Skill agentuity-cli-cloud-stream-delete

这是一个用于Agentuity云平台的命令行工具技能,专门执行流资源的软删除操作。用户需先完成身份验证并设置项目上下文,然后通过指定流ID来安全地删除数据流。该技能支持多种别名调用,适用于DevOps流程、云资源管理和自动化脚本场景。关键词:Agentuity云平台,流删除,软删除,CLI工具,DevOps,云资源管理,身份验证,项目上下文。

CI/CD 0 次安装 0 次浏览 更新于 2/28/2026

name: agentuity-cli-cloud-stream-delete description: 通过ID删除流(软删除)。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” argument-hint: “<id>” metadata: command: “agentuity cloud stream delete” tags: “destructive deletes-resource slow requires-auth”

云流删除

通过ID删除流(软删除)

前提条件

  • 已通过 agentuity auth login 完成身份验证
  • 需要项目上下文(从项目目录运行或使用 --project-id

用法

agentuity cloud stream delete <id>

参数

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

示例

删除一个流:

bunx @agentuity/cli stream delete stream-id-123

删除流(使用别名):

bunx @agentuity/cli stream rm stream-id-456

删除流(使用别名):

bunx @agentuity/cli stream del stream-id-789

输出

返回JSON对象:

{
  "id": "string"
}
字段 类型 描述
id 字符串 流ID