User Tools

Site Tools


proxmox:beheer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
proxmox:beheer [2025/11/23 16:03] – [alle containers starten/stoppen/wissen] adminproxmox:beheer [2025/11/23 16:04] (current) – [alle containers starten/stoppen/wissen] admin
Line 9: Line 9:
   - VMs verwijderen: <code>for id in {101..108}; do qm destroy "$id"; done </code>   - VMs verwijderen: <code>for id in {101..108}; do qm destroy "$id"; done </code>
  
-===== alle containers starten/stoppen/wissen =====+===== alle containers starten(stoppen/verwijderen) =====
 <code>for ct in $(pct list |awk '{print $1}'); do pct start(stop/destroy) $ct; done</code> <code>for ct in $(pct list |awk '{print $1}'); do pct start(stop/destroy) $ct; done</code>
 ===== containers clonen ===== ===== containers clonen =====
proxmox/beheer.1763913828.txt.gz · Last modified: by admin