...
When you delete a domain or bucket, you need to also delete any objects contained within it, or else these objects are orphaned, lost, and consume disk space unnecessarily. These deletes are recursive, iterating until every object contained in the domain or bucket is dealt with.
Info |
---|
NoteIf you try Swarm generates an SCSP error if attempting to delete a domain or bucket without having a recursive argument or parameter in force, Swarm generates an SCSP error. |
To The recursive query argument must be included to delete a domain or bucket, you must include the recursive query argument:
recursive | recursive=true|yes
Grants a 1-week grace period (default) during which you can restore the domain or bucket before the health processor begins reclaiming the space.
To change the length of the grace period, edit the health.recursiveDeleteDelay parameter.
recursive=now
Grants no grace period. The health processor begins reclaiming the space immediately.
...