rclone/docs/content/commands/rclone_deletefile.md

45 lines
1.1 KiB
Markdown
Raw Normal View History

2018-06-16 19:21:09 +02:00
---
title: "rclone deletefile"
description: "Remove a single file from remote."
2022-12-20 18:16:14 +01:00
versionIntroduced: v1.42
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/deletefile/ and as part of making a release run "make commanddocs"
2018-06-16 19:21:09 +02:00
---
# rclone deletefile
2018-06-16 19:21:09 +02:00
2018-09-01 13:58:00 +02:00
Remove a single file from remote.
2018-06-16 19:21:09 +02:00
## Synopsis
2018-06-16 19:21:09 +02:00
2018-09-01 13:58:00 +02:00
Remove a single file from remote. Unlike `delete` it cannot be used to
2018-06-16 19:21:09 +02:00
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
it will always be removed.
```
rclone deletefile remote:path [flags]
```
## Options
2018-06-16 19:21:09 +02:00
```
-h, --help help for deletefile
```
2024-09-08 17:21:56 +02:00
Options shared with other commands are described next.
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
### Important Options
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
Important flags useful for most commands
2023-08-02 11:02:38 +02:00
```
-n, --dry-run Do a trial run with no permanent changes
-i, --interactive Enable interactive mode
-v, --verbose count Print lots more stuff (repeat for more)
```
2024-09-08 17:21:56 +02:00
## See Also
2018-06-16 19:21:09 +02:00
2018-10-15 12:03:08 +02:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-06-16 19:21:09 +02:00