mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
|
nodegroupremove(8) -- Remove a nodegroup from the confluent database
|
||
|
====================================================================
|
||
|
|
||
|
## SYNOPSIS
|
||
|
|
||
|
`nodegroupremove <noderange>`
|
||
|
|
||
|
## DESCRIPTION
|
||
|
|
||
|
`nodegroupremove` simply removes the given single nodegroup from the confluent database.
|
||
|
|
||
|
|
||
|
## EXAMPLES
|
||
|
|
||
|
* Remove group called testgroup
|
||
|
`# nodegroupremove testgroup`
|
||
|
`testgroup: deleted`
|
||
|
|