2016-08-03 22:36:28 +02:00
|
|
|
---
|
|
|
|
title: "rclone rmdir"
|
2021-02-02 14:42:35 +01:00
|
|
|
description: "Remove the empty directory at path."
|
2016-08-03 22:36:28 +02:00
|
|
|
slug: rclone_rmdir
|
|
|
|
url: /commands/rclone_rmdir/
|
2020-02-10 13:31:45 +01:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/rmdir/ and as part of making a release run "make commanddocs"
|
2016-08-03 22:36:28 +02:00
|
|
|
---
|
2020-05-22 12:17:37 +02:00
|
|
|
# rclone rmdir
|
2016-08-03 22:36:28 +02:00
|
|
|
|
2021-02-02 14:42:35 +01:00
|
|
|
Remove the empty directory at path.
|
2016-08-03 22:36:28 +02:00
|
|
|
|
2020-05-22 12:17:37 +02:00
|
|
|
## Synopsis
|
2016-08-03 22:36:28 +02:00
|
|
|
|
|
|
|
|
2021-02-02 14:42:35 +01:00
|
|
|
This removes empty directory given by path. Will not remove the path if it
|
|
|
|
has any objects in it, not even empty subdirectories. Use
|
|
|
|
command `rmdirs` (or `delete` with option `--rmdirs`)
|
|
|
|
to do that.
|
|
|
|
|
|
|
|
To delete a path and any objects in it, use `purge` command.
|
|
|
|
|
2016-08-03 22:36:28 +02:00
|
|
|
|
|
|
|
```
|
2017-09-30 15:19:47 +02:00
|
|
|
rclone rmdir remote:path [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 12:17:37 +02:00
|
|
|
## Options
|
2017-09-30 15:19:47 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for rmdir
|
2016-08-03 22:36:28 +02:00
|
|
|
```
|
|
|
|
|
2019-06-20 17:18:02 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2020-05-22 12:17:37 +02:00
|
|
|
## SEE ALSO
|
2016-08-03 22:36:28 +02:00
|
|
|
|
2018-10-15 12:03:08 +02:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 11:06:13 +01:00
|
|
|
|