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 85e9038 commit 0a2565eCopy full SHA for 0a2565e
services/server-backup/v1/server-backup.json
@@ -963,6 +963,14 @@
963
"schema": {
964
"type": "string"
965
}
966
+ },
967
+ {
968
+ "description": "force delete the backup",
969
+ "in": "query",
970
+ "name": "force",
971
+ "schema": {
972
+ "type": "boolean"
973
+ }
974
975
],
976
"responses": {
@@ -1189,6 +1197,14 @@
1189
1197
1190
1198
1191
1199
1200
1201
1202
+ "description": "Force delete the volume backup",
1203
1204
1205
1206
1207
1192
1208
1193
1209
1194
1210
0 commit comments