delete-proxy v5

Deletes proxy from the EDB Postgres Distributed cluster.

Synopsis

Deletes proxy from the EDB Postgres Distributed cluster.

pgd delete-proxy [flags]

Examples

  Example 1 (delete proxy proxy-a1)

  $ pgd delete-proxy --proxy-name proxy-a1
  proxy deleted successfully

Options

  -h, --help                help for delete-proxy
      --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