Delete
Delete a file on NFS
Delete
Delete a file on NFS
yaml
type: io.kestra.plugin.fs.nfs.DeleteExamples
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
uri *Requiredstring
errorOnMissing Non-dynamicboolean
Default
truenfsService Non-dynamic
Default
{} Definitions
io.kestra.plugin.fs.nfs.NfsService
Outputs
deleted boolean
Default
falseuri string
Format
uri