Files
cheatsheet-tldr/tldr/linux/pct-destroy
2025-11-23 00:23:40 +00:00

22 lines
446 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct destroy
> Destroy a container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_destroy>.
- Destroy a container:
`pct {{[des|destroy]}} {{100}}`
- Destroy a container even if it's running:
`pct {{[des|destroy]}} {{100}} --force`
- Also delete all references to this container:
`pct {{[des|destroy]}} {{100}} --purge`