cli
destroy
Permanently delete a deployment and all its resources.
runix destroy#
Permanently delete a deployment. This stops the container, removes all data, and releases the subdomain. By default, you are asked to confirm.
Interactive confirmation (default)
bash
$ runix destroy backend
Delete deployment 'backend'? [y/N] y
✓ Deleted 'backend'Skip confirmation with --yes
bash
$ runix destroy backend --yes
✓ Deleted 'backend'| Argument / Flag | Required | Description |
|---|---|---|
| `name` | Yes | Service name, repo name, or deployment ID |
| `--yes` / `-y` | No | Skip the confirmation prompt |
This action is irreversible. All containers, data, and associated resources (including databases provisioned with the service) will be permanently deleted.
You can match deployments by service name, repository name, or the first few characters of the deployment ID.