Batch process Revit Server models using pyRevit CLI

Hi, I’m trying to batch process models on Revit Server with pyRevit CLI command “pyrevit run…”. But can’t get the right path to them.

I`m trying to access like this ways:

rsn://server-name/…/Model.rvt

Z:\ProgramData\Autodesk\Revit Server 2020\Projects.…\Model.rvt

(Model.rvt is a folder)

Trying this, I get:

Error: Model does not exist at “Z:\ProgramData\Autodesk\Revit Server 2020\Projects.…\Model.rvt” (same with rsn://…)

Is there a way to batch process Revit Server models? Or I used incorrect file path?

Hi @Scriptonit, welcome to the forum!

Can you please share the exact command and script that you use?

Have you read the batch process revit models guide?
It states that you can specify the path of a single model or a text file with a list of models, not an entire folder.