Skip to content

Commit

Permalink
deprovision on client
Browse files Browse the repository at this point in the history
  • Loading branch information
abiswal2001 committed Oct 20, 2023
1 parent f6be2ca commit 23b3bf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skyplane/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ def copy(self, src: str, dst: str, recursive: bool = False, max_instances: Optio
pipeline.queue_copy(src, dst, recursive=recursive)
pipeline.start(progress=True)

def deprovision(self):
self.provisioner.deprovision()

def object_store(self):
"""
Returns an object store interface
Expand Down

0 comments on commit 23b3bf5

Please sign in to comment.