def start(application_name_or_id)
            app_guid = app_guid(application_name_or_id)
            # fail if there is no deployment
            raise Errors::SemanticAdapterRequestError, 'Application must be deployed before it can be started' unless deployed?(app_guid)