}, function (code) {
            if (code === 0) {
                common.log('debug', 'The machine was removed correctlly');
            } else {
                common.log('error', 'The machine remove command finished with an error: ' + code);