codchi module delete

Delete a module of a code machine

Synopsis

codchi module delete -v|--verbose... -q|--quiet... --json -h|--help <NAME> <MODULE_NAME>

Description

Delete a module of a code machine.

This will NOT delete user data, even if its the last remaining module! It will only remove programs, services and other configuration defined in that module.

Options

  • -v, --verbose
    Increase logging verbosity
  • -q, --quiet
    Decrease logging verbosity
  • --json
    Produce output in JSON format, suitable for consumption by another program
  • -h, --help
    Print help (see a summary with -h)
  • <NAME>
    Name of the code machine
  • <MODULE_NAME>
    Name of the module (You can list them with codchi module ls NAME)