Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-cloud-deployment-undeploy

@agentuity/discord-help-agent
1
0

Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name agentuity-cli-cloud-deployment-undeploy
description Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
version 0.0.110
license Apache-2.0
allowed-tools Bash(agentuity:*)
metadata [object Object]

Cloud Deployment Undeploy

Undeploy the latest deployment

Prerequisites

  • Authenticated with agentuity auth login
  • cloud deploy

Usage

agentuity cloud deployment undeploy [options]

Options

Option Type Required Default Description
--project-id string Yes - Project ID
--force boolean No false Force undeploy without confirmation

Examples

Undeploy with confirmation:

bunx @agentuity/cli cloud deployment undeploy

Undeploy without confirmation:

bunx @agentuity/cli cloud deployment undeploy --force

Undeploy specific project:

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