Search results

  1. F

    [SOLVED] Disable storage by API

    I also got the 403 error back. I then checked all permissions and noticed that I had the path /storage/STORAGENAME instead of just /storage. After changing this, it now works! Thank you very much for the hints!!
  2. F

    [SOLVED] Disable storage by API

    Hi, I now tried for two days to disable a storage over the API but I can't make it work. Same as "pvesm set STORAGE --disable 1" would do. My best guess is: https://NODEIP:8006/api2/json/storage/STORAGENAME --data disable=1 --insecure --cookie PVEAuthCookie=COOKIE --header...