You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - `anonymous` When true/false, restrict to anonymous or named volumes only.
96
96
// - `until=<timestamp>` Prune volumes created before this timestamp. The `<timestamp>` can be Unix timestamps, date formatted timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed relative to the daemon machine’s time.
97
97
// - `label` (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or `label!=<key>=<value>`) Prune volumes with (or without, in case `label!=...` is used) the specified labels.
98
+
// - in: query
99
+
// name: dryrun
100
+
// type: boolean
101
+
// required: false
102
+
// default: false
103
+
// description: Show which volumes would be pruned without removing them.
0 commit comments