reproman-delete

Synopsis

reproman-delete [--version] [-h]
              [-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}]
              [--resref-type TYPE] [-y] [-f]
              RESOURCE

Description

Delete a computation environment

Examples

$ reproman delete my-resource

Options

RESOURCE

Name or ID of the resource to operate on. To see available resources, run ‘reproman ls’. Constraints: value must be a string

–version

show the program’s version and license information and exit

-h, –help, –help-np

show this help message and exit. –help-np forcefully disables the use of a pager for displaying the help message

-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, –log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}

level of verbosity. Integers provide even more debugging information

–resref-type TYPE

A resource can be referenced by its name or ID. In the unlikely case that a name collides with an ID, explicitly specify ‘name’ or ‘id’ to disambiguate. Constraints: value must be one of (‘auto’, ‘name’, ‘id’) [Default: ‘auto’]

-y, –skip-confirmation

Delete resource without prompting user for confirmation. [Default: False]

-f, –force

Remove a resource from the local inventory regardless of connection errors. Use with caution!. [Default: False]

Authors

reproman is developed by The ReproMan Team and Contributors <team@reproman.org>.