Posted 2012-03-29 01:46 by Joe
decrease-scalegroup.pl
Removes a system from an auto-scaling group.
This command reduces the number of systems in an existing auto-scaling group by one,
regardless of their current load or other conditons that would cause scaling to happen automatically.
The group can be specified by the --group flag followed by a unique ID,
or --host followed by the hostname pattern.
Example usage
vm2 decrease-scalegroup --host 'scaler${num}'
Removing a system from auto-scaling group scaler${NUM} ..
.. deleted system scaler0.home
Command Line Help
cloudmin decrease-scalegroup --group id | --host hostname
