当前位置:网站首页>pve 删除虚拟机「建议收藏」
pve 删除虚拟机「建议收藏」
2022-08-01 09:50:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
qm destroy 100
#之后以一下查看虚拟机
qm list 100
常用命令:
qm guest cmd <vmid> <command>
qm guest exec-status <vmid> <pid>
qm guest passwd <vmid> <username> [OPTIONS]
qm guest exec <vmid> [<extra-args>] [OPTIONS]
qm clone <vmid> <newid> [OPTIONS]
qm config <vmid> [OPTIONS]
qm create <vmid> [OPTIONS]
qm delsnapshot <vmid> <snapname> [OPTIONS]
qm destroy <vmid> [OPTIONS]
qm list [OPTIONS]
qm listsnapshot <vmid>
qm migrate <vmid> <target> [OPTIONS]
qm move_disk <vmid> <disk> <storage> [OPTIONS]
qm pending <vmid>
qm reset <vmid> [OPTIONS]
qm resize <vmid> <disk> <size> [OPTIONS]
qm resume <vmid> [OPTIONS]
qm rollback <vmid> <snapname>
qm sendkey <vmid> <key> [OPTIONS]
qm set <vmid> [OPTIONS]
qm shutdown <vmid> [OPTIONS]
qm snapshot <vmid> <snapname> [OPTIONS]
qm start <vmid> [OPTIONS]
qm stop <vmid> [OPTIONS]
qm suspend <vmid> [OPTIONS]
qm template <vmid> [OPTIONS]
qm unlink <vmid> --idlist <string> [OPTIONS]
qm cleanup <vmid> <clean-shutdown> <guest-requested>
qm importdisk <vmid> <source> <storage> [OPTIONS]
qm importovf <vmid> <manifest> <storage> [OPTIONS]
qm monitor <vmid>
qm mtunnel
qm nbdstop <vmid>
qm rescan [OPTIONS]
qm showcmd <vmid> [OPTIONS]
qm status <vmid> [OPTIONS]
qm terminal <vmid> [OPTIONS]
qm unlock <vmid>
qm vncproxy <vmid>
qm wait <vmid> [OPTIONS]
qm help [<extra-args>] [OPTIONS]
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/126976.html原文链接:https://javaforall.cn
边栏推荐
- SkiaSharp 之 WPF 自绘 五环弹动球(案例版)
- 50.【动态二维数组的运用】
- [Interview: Concurrency 39: Multithreading: Thread Pool] ThreadPoolExecutor Class - Submit, Stop
- Prime Ring Problem
- opencv创建窗口—cv.namedWindow()
- 自定义类型——枚举、联合
- ASP.NET Core 6框架揭秘实例演示[30]:利用路由开发REST API
- Is the real database data of TiDB stored in kv and pd?
- CTFshow,命令执行:web34、35、36
- In the background of the GBase 8c database, what command is used to perform the master-slave switchover operation for the gtm and dn nodes
猜你喜欢
Visualization - Superset installation and deployment
Analysis of High Availability Solution Based on MySql, Redis, Mq, ES
如何解决 chrome 浏览器标签过多无法查看到标题的情况
C语言小游戏——扫雷
Explain / Desc 执行计划分析
会议OA(待开会议&所有会议)
net stop/start mysql80 access denied
Node's traditional and advanced practices for formatting time (moment)
[Dataset] Dataset summary of various insulators, bird's nests and anti-vibration hammers
WLAN networking experiment of AC and thin AP
随机推荐
如何保证数据库与缓存数据一致性?
堆内存的介绍及应用(含例子)
C语言小游戏——扫雷
ASP.NET Core 6框架揭秘实例演示[30]:利用路由开发REST API
WLAN networking experiment of AC and thin AP
CTO strongly banning the use of the Calendar, that in what?
WTM:ASP.NET Core快速开发利器!
【数据集】各类绝缘子、鸟巢及防震锤数据集汇总
实验。。。。
Introduction and application of pointers
A problem with writing to the database after PHP gets the timestamp
Message queue interview latest finishing (2022)
Enterprise WeChat group: robot timing reminder function database configuration
三子棋(C语言实现)
UXDB如何返回当前数据库所有表的记录数?
Explain / Desc 执行计划分析
SkiaSharp 之 WPF 自绘 五环弹动球(案例版)
redis
使用ESP32驱动QMA7981读取三轴加速度(带例程)
将Servlet项目改为SSM项目