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
Copy file name to clipboardExpand all lines: pkg/stoserver/stoservertypes/commands.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,17 @@
261
261
{ "key": "OnlyIfRedundancy", "title": "Abort if blob would lose last replica", "type": "checkbox", "help": "Failsafe for you to reconsider if it losing last replica would come as a surprise." }
262
262
]
263
263
},
264
+
{
265
+
"command": "volume.DeleteBlob",
266
+
"chain": "public",
267
+
"ctor": ["Id"],
268
+
"crudNature": "delete",
269
+
"title": "Delete blob (or mark corrupted one lost)",
0 commit comments