diff options
-rw-r--r-- | proxmox/cli.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proxmox/cli.md b/proxmox/cli.md new file mode 100644 index 0000000..7e3ae5b --- /dev/null +++ b/proxmox/cli.md @@ -0,0 +1,8 @@ +# cli + +## Useful commands + +```sh +# Delete a vm +qm destroy <vmid> [OPTIONS] +``` |