Agentuity云部署撤销工具Skill agentuity-cli-cloud-deployment-undeploy

Agentuity云部署撤销工具是一个命令行技能,专门用于在Agentuity云平台上撤销(卸载)已部署的应用或服务的最新版本。该工具需要用户预先完成身份验证,支持通过项目ID指定目标项目,并可选择强制模式跳过确认步骤。主要功能包括:云部署管理、应用卸载、资源清理、DevOps自动化。关键词:Agentuity云平台、部署撤销、CLI工具、云资源管理、DevOps、应用卸载、命令行操作。

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

name: agentuity-cli-cloud-deployment-undeploy description: 撤销最新的部署。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud deployment undeploy” tags: “destructive deletes-resource slow requires-auth requires-deployment”

云部署撤销

撤销最新的部署

前提条件

  • 已通过 agentuity auth login 完成身份验证
  • 已存在云部署

使用方法

agentuity cloud deployment undeploy [options]

选项

选项 类型 是否必需 默认值 描述
--project-id 字符串 - 项目ID
--force 布尔值 false 无需确认强制撤销部署

示例

带确认的撤销部署:

bunx @agentuity/cli cloud deployment undeploy

无需确认强制撤销部署:

bunx @agentuity/cli cloud deployment undeploy --force

撤销特定项目部署:

bunx @agentuity/cli cloud deployment undeploy --project-id=proj_abc123xyz