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 |