Skip to content

diffuse-coordinator dataset rm ​

Remove a dataset, unless a job or an adapter still points at it.

Synopsis ​

diffuse-coordinator dataset rm <DATASET_KEY> [OPTIONS]

Arguments ​

argumentrequireddescription
DATASET_KEYyesThe dataset key, as shown by dataset list

Options ​

flagvaluedefaultdescription
--config<CONFIG>$DIFFUSE_COORDINATOR_CONFIGConfiguration file. Its [admin] section says where to connect
--endpoint<ENDPOINT>$DIFFUSE_COORDINATOR_ENDPOINTCoordinator endpoint, e.g. https://coordinator.internal:7443
--ca-cert<CA_CERT>$DIFFUSE_CA_CERTThe deployment CA certificate (PEM)
--cert<CERT>$DIFFUSE_CERTThis process's certificate chain (PEM)
--key<KEY>$DIFFUSE_KEYThis process's private key (PEM)

Examples ​

bash
$ diffuse-coordinator dataset rm berichte
berichte removed. The adapters trained from it are untouched.

← diffuse-coordinator dataset · All commands

Diffuse Enterprise is commercial software. Diffuse Open is AGPL-3.0.