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 8d98be9 commit 4d50029Copy full SHA for 4d50029
mbs_client/client.py
@@ -74,21 +74,7 @@ def stop_command(self):
74
raise MBSClientError(msg)
75
76
77
- ###########################################################################
78
- def delete_backup(self, backup_id):
79
- params = {
80
- "backupId": backup_id
81
- }
82
- return self._execute_command("delete-backup", params=params)
83
-
84
85
- def get_destination_restore_status(self, destination_uri):
86
87
- "destinationUri": destination_uri
88
89
90
- return self._execute_command("get-destination-restore-status",
91
- method="GET", params=params)
92
93
###########################################################################
94
# HELPERS
0 commit comments