proxy delete v5.6
Deletes proxy from the EDB Postgres Distributed cluster
Synopsis
Deletes proxy from the EDB Postgres Distributed cluster.
pgd proxy delete [flags]
Options
Flag | Flag, long | Value | Description |
---|---|---|---|
--proxy-name | proxyname | proxy name |
Examples
Deleting a proxy
$ pgd proxy delete --proxy-name proxy-a1
Output
proxy deleted successfully
Options
--proxy-name string proxy name
Options inherited from parent commands
-f, --config-file string config file; ignored if --dsn flag is present (default "/etc/edb/pgd-cli/pgd-cli-config.yml") --dsn string database connection string e.g."host=bdr-a1 port=5432 dbname=bdrdb user=postgres " -L, --log-level string logging level: debug, info, warn, error (default "error") -o, --output string output format: json, yaml