Skip to content

CE-3267: Create endpoints for batch deployment/undeployment

Create two new endpoints to create batch jobs:

  • POST /jobs/batch/deploy - startBatchDeployment
  • POST /jobs/batch/undeploy - startBatchUndeployment

Closes CE-3267

Merge request reports