NodeRemoveCommand

data class NodeRemoveCommand(val node: String) : NodeCommand

Removes the agent/node.

Constructors

Link copied to clipboard
constructor(node: String)

Properties

Link copied to clipboard
open override val node: String

Node to remove