nextstrain remote deleteļƒ

Delete datasets and narratives on a remote source.

A remote source URL specifies what to delete, e.g. to delete the ā€œbeta-covā€ dataset in the Nextstrain Group ā€œblabā€:

nextstrain remote delete nextstrain.org/groups/blab/beta-cov

The ā€“recursively option allows for deleting multiple datasets or narratives at once, e.g. to delete all the ā€œncov/wa/ā€¦ā€ datasets in the ā€œblabā€ group:

nextstrain remote delete --recursively nextstrain.org/groups/blab/ncov/wa

See nextstrain remote ā€“help for more information on remote sources.

usage: nextstrain remote delete [--recursively] <remote-url>
       nextstrain remote delete --help

Positional Argumentsļƒ

<remote-url>

Remote source URL for a dataset or narrative. A path prefix to scope/filter by if using ā€“recursively.

Named Argumentsļƒ

--recursively, -r

Delete everything under the given remote URL path prefix

Default: False

--dry-run

Donā€™t actually delete anything, just show what would be deleted

Default: False