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 alias {host} {name} [name=string]
Remove an alias for a host.
{host}
One hosts.
{name}
The alias name that should be removed.
[name=string]
Can be used in place of the name argument.
stack remove host alias compute-0-0 c-0-0
Removes the alias c-0-0 for host compute-0-0.
stack remove host alias compute-0-0 name=c-0-0
Same as above.
Home