mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 10:55:44 +02:00
17 lines
338 B
Markdown
17 lines
338 B
Markdown
![]() |
# 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`
|