Skip to content

delete-gateway

Delete a gateway.

Syntax:

shell
sfiler-cli [options] delete-gateway [command options]
Command optionsRequired / OptionalDescription
-nRequiredThe gateway name.
--ignore-if-existsOptionalA flag to ignore the error if the gateway name is already in use.

Example:

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" dalete-gateway -n "My Gateway" --ignore-if-exists