<div dir="ltr"><div>Hi Stackers:</div><div><br></div><div>Some instance operations and flavor are closely connected, for example, resize.</div><div>If I delete the flavor when resize instance, instance will be error. Like this:</div>
<div><br></div><div>1. run instance with flavor A</div><div>2. resize instance from flavor A to flavor B</div><div>3. delete flavor A</div><div>4. resize-revert instance</div><div>5. instance state into error</div><div><br>
</div><div>Which following ways we think is a better? or you have another way?</div><div><br></div><div>1. List instance filter by flavor A, verify that no instance associated with flavor A, then delete flavor A</div><div>
2. Delete flavor A, if instance state into error, reset instance state to active</div><div><br></div><div>General how do? </div></div>