diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-03 21:27:07 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-03 21:27:07 +0100 |
commit | d715e7a9d6c6ab608a8cb457b07082856277baa3 (patch) | |
tree | 30a424c6146671b9627cd9dfcce4e872961ef499 | |
parent | afc317052d39958d2de0591cd6e4b296a13fa135 (diff) |
Add page about CLI commands on proxmox
-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] +``` |