Skip to main content

uip vss sync

uip vss sync fetches the organization's processes from UiPath Cloud and reconciles them with the current solution's vss.json. Updated names are written back, and processes that no longer exist in the cloud are removed from the config. Run it whenever process names or membership change in Orchestrator and your local vss.json needs to catch up.

Synopsis

uip vss sync

Options

sync takes no options beyond --help. It reads vss.json from the current working directory and uses the uip login session to reach UiPath Cloud.

Examples

# Reconcile vss.json from the project root
uip vss sync

# Just confirm the path that was rewritten
uip vss sync --output-filter 'Data.Path'

Data shape (--output json)

{
"Code": "VerticalSolutionSynced",
"Data": {
"Status": "Synced successfully",
"Path": "/Users/alice/my-app/vss.json"
}
}
  • uip vss add — register processes locally; sync later picks up cloud renames.
  • uip vss init / scaffold — produce the vss.json that sync rewrites.
  • uip login — credentials used to reach UiPath Cloud.

See also