GoDoxy

Start LXC container

POST
/proxmox/lxc/:node/:vmid/start

Start 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/start"
{
  "details": {
    "property1": null,
    "property2": null
  },
  "message": "string"
}