Skip to content

cellsv5alpha14 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) $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cellsv5alpha14 admin config delete micro.web port

/home/pydio/go/src/github.com/pydio/cells-enterprise/cellsv5alpha14 admin config delete [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

1
2
3
4
      --cluster string               Name of the cluster for the node (default "default")
      --config string                Configuration storage URL. Supported schemes: etcd|file|mem|vault|vaults (default "file:///home/pydio/cells-working-dir/cells/pydio.json")
      --grpc_client_timeout string   Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
      --tenant_id string             Tenant ID to apply command (default "default")
Auto generated by Pydio Cells Enterprise Distribution v4.9.92-alpha15 on 6-Nov-2025