Delete a file from an NFS mount.

yaml
type: "io.kestra.plugin.fs.nfs.Delete"

Delete a file from an NFS mount.

yaml
id: nfs_delete
namespace: company.team

tasks:
  - id: delete_file
    type: io.kestra.plugin.fs.nfs.Delete
    uri: /mnt/nfs/shared/logs/old_log.txt
    errorOnMissing: false
Properties

The path to the file to delete.

Default true

Raise an error if the file doesn't exist.

Default {}
Default false

Whether the file was successfully deleted.

Format uri

The URI of the deleted file.