AgentSkillsCN

agentuity-cli-cloud-deployment-undeploy

取消部署最新版本。需要认证。用于 Agentuity 云平台操作

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-deployment-undeploy
description: Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.2"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
  command: "agentuity cloud deployment undeploy"
  tags: "destructive deletes-resource slow requires-auth requires-deployment"

Cloud Deployment Undeploy

Undeploy the latest deployment

Prerequisites

  • Authenticated with agentuity auth login
  • cloud deploy

Usage

bash
agentuity cloud deployment undeploy [options]

Options

OptionTypeRequiredDefaultDescription
--project-idstringYes-Project ID
--forcebooleanNofalseForce undeploy without confirmation

Examples

Undeploy with confirmation:

bash
bunx @agentuity/cli cloud deployment undeploy

Undeploy without confirmation:

bash
bunx @agentuity/cli cloud deployment undeploy --force

Undeploy specific project:

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