Eoghanmc22
Eoghanmc22
IImmich
Created by Eoghanmc22 on 12/2/2024 in #help-desk-support
Unstacking all images
I was able to do it using this command:
curl -L 'http://host:port/api/stacks' -H 'Accept: application/json' -H 'x-api-key: API_KEY_HERE' | jq '{ids: map(.id)}' | curl -L -X DELETE 'http
://host:port/api/stacks' -H 'Content-Type: application/json' -H 'x-api-key: API_KEY_HERE' -T -
curl -L 'http://host:port/api/stacks' -H 'Accept: application/json' -H 'x-api-key: API_KEY_HERE' | jq '{ids: map(.id)}' | curl -L -X DELETE 'http
://host:port/api/stacks' -H 'Content-Type: application/json' -H 'x-api-key: API_KEY_HERE' -T -
5 replies