![]() |
![]()
| ![]() |
![]()
NAMEgdal-vsi-delete - Delete files located on GDAL Virtual System Interface (VSI) Added in version 3.11. SYNOPSISUsage: gdal vsi delete [OPTIONS] <FILENAME> Delete files located on GDAL Virtual System Interface (VSI). Positional arguments: DESCRIPTIONgdal vsi delete delete files and directories located on GDAL Virtual File Systems (compressed, network hosted, etc...): /vsimem, /vsizip, /vsitar, /vsicurl, .... This is the equivalent of the UNIX rm command, and gdal vsi rm is an alias for gdal vsi delete. WARNING: Be careful. This command cannot be undone. It can also
act on the "real" file system.
Options
EXAMPLESExample 1: Delete recursively files from /vsis3/bucket/my_dir$ gdal vsi delete -r /vsis3/bucket/my_dir AUTHOREven Rouault <even.rouault@spatialys.com> COPYRIGHT1998-2025
|