There was an error while loading. Please reload this page.
stack remove os attr {os} {attr} [attr=string]
Remove an attribute for an OS.
{os}
One or more OS specifications (e.g., 'linux').
{attr}
The attribute name that should be removed.
[attr=string]
Can be used in place of the attr argument.
stack remove os attr linux sge
Removes the attribute sge for linux OS machines.
stack remove os attr linux attr=sge
Same as above.
Home