Claude-skill-registry agentuity-cli-cloud-deployment-undeploy
Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-deployment-undeploy" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-deployment-undeploy && rm -rf "$T"
manifest:
skills/data/agentuity-cli-cloud-deployment-undeploy/SKILL.mdsource content
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 |
|---|---|---|---|---|
| string | Yes | - | Project ID |
| boolean | No | | 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