Skip to content

Hiding samples

Hiding samples

It is possible to hide samples from the list of samples using either the CLI or API.

gencove projects hide-samples --sample-ids <sample-id-1>,<sample-id-2> <project-id>

It is possible to make them visible again using either the CLI or API

gencove projects unhide-samples --sample-ids <sample-id-1>,<sample-id-2> <project-id>

Note that when using the above commands, all samples supplied must belong to the same project.