GoDoxy

Restart LXC container

POST
/proxmox/lxc/:node/:vmid/restart

Restart LXC container by node and vmid

Path Parameters

node*string
vmid*integer

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/proxmox/lxc/:node/:vmid/restart"
{
  "details": {
    "property1": null,
    "property2": null
  },
  "message": "string"
}