Wayne
May 19, 2018, 1:30am
1
How to delete the files in ipfs?
If all the files in ipfs can’t be delete, some indelicate files will exist in ipfs forever?
If anybody can explain it for me,thanks
I think the threads linked below answer these questions:
From @whyrusleeping on Tue Apr 07 2015 16:24:43 GMT+0000 (UTC) If you add data to the network, and another node chooses to rehost it, there is no way to cause them to delete it from their blockstore.
Copied from original issue: https://github.com/ipfs/faq/issues/9
I add a file to ipfs by command, and how can i delete it? thx!
I discovered this project this afternoon and I’m thinking through the process. As I read up on it, I see the word “permanent” a lot but as I read into it more it seems that if I’m running an IPFS node, I add something to my node, then I remove my node without anybody requesting my file, wouldn’t that make the file unavailable? Functionally that sounds like a delete process to me. Or even if somebody requests my files, if they GC without pinning my content then it would be gone forever.
In short…
postcd
December 21, 2022, 5:05pm
3
I have landed on a phishing page QmcD5fDAHaNdAjrspmnnqsnEy2BgyRBszwDYVFg71Sx6f6. How to remove it from my IPFS node so i do not distribute it even for short time?
ipfs repo gc
will remove all objects that aren’t pinned (IE: You visited bad content, and want to purge it all).
1 Like