We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9066a2 commit fb97abaCopy full SHA for fb97aba
services/server-backup/v2/server-backup.json
@@ -1051,6 +1051,14 @@
1051
"schema": {
1052
"type": "string"
1053
}
1054
+ },
1055
+ {
1056
+ "description": "force delete the backup",
1057
+ "in": "query",
1058
+ "name": "force",
1059
+ "schema": {
1060
+ "type": "boolean"
1061
+ }
1062
1063
],
1064
"responses": {
@@ -1346,6 +1354,14 @@
1346
1354
1347
1355
1348
1356
1357
1358
1359
+ "description": "Force delete the volume backup",
1360
1361
1362
1363
1364
1349
1365
1350
1366
1351
1367
0 commit comments