delete-files
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Hard deletes the files from the given RemoteDataset
. Hard deletes are non-recoverable, so this is to be used with caution. If you wish to soft delete a DatasetItem
you can change the item's status to "archived"
instead.
$ darwin dataset delete-files cars mycar.jpg
Do you want to continue? [y/N] y
Files successfully deleted!
Positional arguments:
dataset
: Remote Dataset's name.files
: Files to delete.
Optional arguments:
--yes
: Ify
it does not prompt the user for confirmation, ifn
it does.
Watch it in action!
Updated 4 months ago
Next up
Having trouble understanding the docs? Have a refresh on V7 Concepts!