Agent skill
agentuity-cli-cloud-deployment-undeploy
Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/agentuity-cli-cloud-deployment-undeploy-agentuity-examples
Metadata
Additional technical details for this skill
- tags
- destructive deletes-resource slow requires-auth requires-deployment
- command
- agentuity cloud deployment undeploy
SKILL.md
Cloud Deployment Undeploy
Undeploy the latest deployment
Prerequisites
- Authenticated with
agentuity auth login - cloud deploy
Usage
bash
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:
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
Didn't find tool you were looking for?