[GH-ISSUE #137] Suspend to disk #70

Closed
opened 2026-02-27 15:46:16 +03:00 by kerem · 2 comments
Owner

Originally created by @atallo on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/137

Proxmox doc says how to suspend the disk.

https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/status/suspend

How do you do with proxmoxer?

I only get a "normal" suspension

proxmox.nodes(nombre_nodo).qemu(vm_id).status.post('suspend')

Thanks! Thisis amazing!

Originally created by @atallo on GitHub (Mar 22, 2023). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/137 Proxmox doc says how to suspend the disk. https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/status/suspend How do you do with proxmoxer? I only get a "normal" suspension `proxmox.nodes(nombre_nodo).qemu(vm_id).status.post('suspend')` Thanks! Thisis amazing!
kerem 2026-02-27 15:46:16 +03:00
Author
Owner

@atallo commented on GitHub (Mar 22, 2023):

proxmox.nodes(nombre_nodo).qemu(vm_id).status.suspend.post(todisk=1)

sorry.

<!-- gh-comment-id:1479617927 --> @atallo commented on GitHub (Mar 22, 2023): `proxmox.nodes(nombre_nodo).qemu(vm_id).status.suspend.post(todisk=1)` sorry.
Author
Owner

@jhollowe commented on GitHub (Mar 22, 2023):

No Problem. If you want, you can add the information to the proxmoxer docs (most likely as an example).

<!-- gh-comment-id:1479728169 --> @jhollowe commented on GitHub (Mar 22, 2023): No Problem. If you want, you can add the information to [the proxmoxer docs](https://proxmoxer.github.io/docs) (most likely as [an example](https://github.com/proxmoxer/docs/tree/main/docs/examples)).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#70
No description provided.