Delete
Certified
Delete a file on NFS
Delete
Certified
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
yaml
id: nfs_delete_logs
namespace: company.team
tasks:
- id: delete_logs
type: io.kestra.plugin.fs.nfs.Delete
uri: /mnt/nfs/shared/logs
regExp: ".*\.log"
recursive: true
errorOnMissing: false
Properties
uri *Requiredstring
errorOnMissing booleanstring
Default
truenfsService Non-dynamic
Default
{} Definitions
io.kestra.plugin.fs.nfs.NfsService
recursive booleanstring
Default
falseregExp string
Outputs
deleted boolean
Default
falseuri string
Format
uriuris array
SubTypestring