pct-destroy: add page (#17571)

This commit is contained in:
Managor
2025-08-16 06:10:49 +03:00
committed by GitHub
parent fc52f69f11
commit 8f89cfb287
+16
View File
@@ -0,0 +1,16 @@
# pct destroy
> Destroy a container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- 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`