Pass scrub_data by default, see response from DO here: https://www.digitalocean.com/blog
This commit is contained in:
parent
0a3293cf53
commit
50c600c361
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class Droplet(JsonfyMixIn):
|
|||
raise TimeoutError('Wait for droplet running timeout', self.id)
|
||||
|
||||
def destroy(self):
|
||||
return self.manager.destroy_droplet(self.id)
|
||||
return self.manager.destroy_droplet(self.id, scrub_data=True)
|
||||
|
||||
@classmethod
|
||||
def setup(cls, client_id, api_key):
|
||||
|
|
Loading…
Reference in a new issue