delete-gateway
Delete a gateway.
Syntax:
shell
sfiler-cli [options] delete-gateway [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | The gateway name. |
--ignore-if-exists | Optional | A 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