agentuity-cli-cloud-deployment-undeploy
Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ 설치
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-deployment-undeploy ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
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: 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
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
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-deployment-undeploy
1
Stars
0
Forks
Updated3d ago
Added1w ago