Delete
Delete
yaml
type: "io.kestra.plugin.fs.sftp.Delete"Examples
yaml
id: fs_sftp_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.fs.sftp.Delete
host: localhost
port: "22"
username: foo
password: "{{ secret('SFTP_PASSWORD') }}"
uri: "/upload/dir1/file.txt"
Properties
host *Requiredstring
uri *Requiredstring
enableSshRsa1 booleanstring
Default
falseerrorOnMissing booleanstring
Default
falsekeyExchangeAlgorithm string
keyfile string
passphrase string
password string
port string
Default
22proxyAddress string
proxyPassword string
proxyPort string
proxyType string
proxyUsername string
rootDir booleanstring
Default
trueusername string
Outputs
deleted boolean
Default
falseuri string
Format
uri