In my test, I always create a lot of VAS and sometimes things go wrong an no clean up VASes. Because of this, I usually use: ``` for i in {1..[LAST_VAS_ID_IN_RANGE]}; do mvas -r -v $i; done ``` Add command on mvas command line to do it.