API Export/Import Devops PEGA

I want to implement a devops pipeline, using Azure Devops, I know that there is an API that imports and exports the generated .zip file to deploy the application, how do I access this API?

@CarlosC16584338 you are not required to use Deployment Manager to integrate with Azure Devops , most of the deployment functions in pega have rest API’s so they can be invoked directly from Azure Devops if you choose to do so or via prpcServiceUtils (this in turn invokes the rest API’s) . Though using Deployment Manager is a lot easier as opposed to doing it ground up using Azure Devops.

Check out Remote Configuration Command-line Tool (prpcServiceUtils) | Pega for details.