delete-files

Description of the "darwin dataset delete-files" option from the CLI

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: If y it does not prompt the user for confirmation, if n it does.

Watch it in action!

1502

Next up

Having trouble understanding the docs? Have a refresh on V7 Concepts!