Skip to content

remove host group

Anoop Rajendra edited this page May 15, 2017 · 1 revision

remove host group

Usage

stack remove host group {host ...} {group=string}

Description

Removes a group from or more hosts.

Arguments

  • [host]

    One or more host names.

Parameters

  • [group=string]

    Group for the host.

Examples

  • stack remove host group backend-0-0 group=test

    Removes host backend-0-0 from the test group.

Clone this wiki locally