CLI Reference
destroy
Tear down all deployed resources
Destroys all cloud resources provisioned by Pulumi. Includes safety confirmations to prevent accidental deletion.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Tear down all deployed resources
clawup destroy [options]
| Option | Description |
|---|---|
-y, --yes | Skip confirmation prompts (dangerous!) |
--local | Destroy local Docker containers only |
# Destroy with confirmation
clawup destroy
# Skip confirmation (use with caution)
clawup destroy --yes
# Destroy local Docker containers only
clawup destroy --local