UiPath Documentation
ai-center
2.2510
true

AI Center user guide

Last updated May 8, 2026

API list

Note:

All listed endpoints are constructed on the following root: https://cloud.uipath.com/{accountname}/{tenantname}/aifabric_/.

For example: https://cloud.uipath.com/{accountname}/{tenantname}/aifabric_/ai-deployer/v1/mlpackages.

Project

ScopeAPIDescription
AIC.Project.ViewGET: /ai-deployer/v1/projectsView a list of projects

Dataset

Scope API Description
AIC.Dataset.View GET: /ai-deployer/v1/datasets/{datasetId} View a dataset by id
GET: /ai-deployer/v1/datasets View a list of datasets
GET: /ai-deployer/v1/datasets/listDataset View a list of blobs
GET: /ai-deployer/v1/datasets/restrictedListDataset View a restricted list of blobs

ML packages

Scope API Description
AIC.MLPackages.Create POST: /ai-deployer/v1/mlpackages Clone an out of the box model.

Note: Uploading your own model is not supported using APIs.

AIC.MLPackages.View GET: /ai-deployer/v1/mlpackages View ML Packages
GET: /ai-deployer/v1/mlpackages/{mlPackageId} View ML Package versions with the search criteria
AIC.ML.Packages.Delete DELETE: /ai-deployer/v1/mlpackages/{mlPackageId} Delete ML Package version
DELETE: /ai-deployer/v1/mlpackages/{mlPackageId} Delete multiple ML Package versions
DELETE: /ai-deployer/v1/mlpackages/{mlPackageId} Delete all undeployed ML Package versions

ML Skills

Scope API Description
AIC.MLSkills.Create POST: /ai-deployer/v2/mlskills Create an ML Skill
AIC.MLSkills.View GET: /ai-deployer/v2/mlskills View ML Skill with the search by name criteria
AIC.MLSkills.Edit POST: /ai-deployer/v2/mlskills/{mlSkillId} Update ML Skill
POST: /ai-deployer/v2/mlskills/rollback Rollback ML Skill
POST: /ai-deployer/v1/mlskills/{mlSkillId}?updateType=RESUME Restart (deploy) an ML Skill
AIC.MLSkills.Delete DELETE: /ai-deployer/v2/mlskills/{mlSkillId} Delete an ML Skill
POST: /ai-deployer/v2/mlskills/{mlSkillId} Update (stop) ML Skill
PUT: /ai-deployer/v2/mlskills/stop/{mlSkillId} Stop an ML Skill

Pipelines

Scope API Description
ALL PUT: /ai-deployer/v1/runs/{runId} Update a pipeline run
AIC.Pipelines.Create POST: /ai-deployer/v1/pipelines Create a pipeline
AIC.Pipelines.View GET: /ai-deployer/v1/pipelines/{pipelineId} View pipeline by id
GET: /ai-deployer/v1/pipelines View a list of pipelines
GET: /ai-deployer/v1/runs/{runId} View run by id
GET: /ai-deployer/v1/runs View a list of runs
AIC.Pipelines.Delete DELETE: /ai-deployer/v1/runs/{runId} Delete a run by id
  • Project
  • Dataset
  • ML packages
  • ML Skills
  • Pipelines

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated