Skip to content

remove appliance attr

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

remove appliance attr

Usage

stack remove appliance attr {appliance} {attr} [attr=string]

Description

Remove an attribute for an appliance.

Arguments

  • {appliance}

    One or more appliances

  • {attr}

    The attribute name that should be removed.

Parameters

  • [attr=string]

    Can be used in place of the attr argument.

Examples

  • stack remove appliance attr compute sge

    Removes the attribute sge for compute appliances

  • stack remove appliance attr compute attr=sge

    Same as above.

Clone this wiki locally