# Agentuity CLI Cloud Deployment Undeploy

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

- Skill: `agentuity/agentuity-cli-cloud-deployment-undeploy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentuity/agentuity-cli-cloud-deployment-undeploy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentuity/agentuity-cli-cloud-deployment-undeploy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: Apache-2.0
- Author: agentuity (https://skillmd.com/u/agentuity)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/agentuity/agentuity-cli-cloud-deployment-undeploy

---


# 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
```

