cells-enterprise admin config delete

Delete a configuration item

Synopsis

DESCRIPTION

Delete a configuration item. It will be removed from both the pydio.json file and the database.

SYNTAX

Configuration Item is represented by two parameters that you must pass as arguments: - serviceName: name of the corresponding service - configName: name of the parameter you want to delete

EXAMPLE

Delete the port entry for the micro.web service (rest api) $ ./cells-enterprise admin config delete micro.web port

./cells-enterprise admin config delete [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

      --advertise_address string   Default advertise address (default "127.0.0.1")
      --broker string              Pub/sub service for events between services (default "grpc://:8030")
      --config string              Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
      --discovery string           Registry and pub/sub (default "grpc://:8030")
      --registry string            Registry used to contact services (default "grpc://:8030")

SEE ALSO

Auto generated by Pydio Cells Enterprise Distribution v4.2.1 on 22-May-2023
Back to top