---
title: "Undeploying"
description: "Undeploying"
resource: https://www.aiagents.nexus/docs/manual/edge-deployment/undeploying
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# Undeploying from Edge

## Undeploy

```bash
naos edge undeploy researcher

# ✓ Removing Cloudflare Worker
# ✓ Cleaning up Durable Objects
# ✓ Removing routes
# ✓ Agent undeployed
```

## Undeploy All

```bash
naos edge undeploy --all
```

## Verify

```bash
naos edge list

# No agents deployed
```
