We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack remove host attr {host} {attr} [attr=string]
Remove an attribute for a host.
{host}
One or more hosts
{attr}
The attribute name that should be removed.
[attr=string]
Can be used in place of the attr argument.
stack remove host attr compute-0-0 cpus
Removes the attribute cpus for host compute-0-0.
stack remove host attr compute-0-0 attr=cpus
Same as above.
Home