Search results

  1. P

    VM Create/Edit/Delete with API

    If you're using php, try using this. You can use the syntax given above by tom and wolfgang, and use it in your php scripts with an array as you'd specified. https://github.com/ZzAntares/ProxmoxVE
  2. P

    [SOLVED] Can the "Apply Configuration" be run programmatically?

    Ah great - thanks for the tip about checking API calls from the browser. This works just great. Thanks very much
  3. P

    [SOLVED] Can the "Apply Configuration" be run programmatically?

    Hi there I've installed ifupdown2, and I use the API to control the creation and deletion of VMs and Bridges. I now need and API or CLI way to "Apply Configuration" ifreload -a doesn't do it, unfortunately Thanks in advance