---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Install apps in a batch

# Install multiple applications in a batch {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The Batch Installation feature helps you install multiple applications, plugins, or
application-customizations together, instead of having to install them serially one at a time. You
can access this feature either from the Continuous Integration and Continuous Delivery (CI/CD) APIs via three new
endpoints, or via the CI/CD Spoke on Integration Hub using Workflow Studio subflows and actions.

## Overview {#cicd-spoke-batch-install__section_tv2_dy2_qnb}

When managing many types of applications, it can be a challenge to have separate pipelines for
each application and to wait for them to serially deploy to the same environment. With the
Batch Installation feature, you can install several applications together by bundling them
into a single JSON manifest file. These applications include scoped or global
applications, plugins, and application-customizations.  
A batch can contain any combination of the following types:

* A ServiceNow plugin
* Application: Scoped applications in the ServiceNow Store that your company doesn't own, scoped or global applications in the Application Repository owned by your company, and your application-customizations for Store applications stored in the Application Repository.
{#cicd-spoke-batch-install__ul_r3k_3gv_tnb}

## Batch installation methods {#cicd-spoke-batch-install__section_msr_brl_qnb}

For details on installing applications in a batch via the REST API see [Continuous Integration/Continuous Delivery
(CI/CD) API](https://www.servicenow.com/docs/access?context=cicd-api&version=xanadu&pubname=xanadu-api-reference&ft:locale=en-US).

For details on installing applications in a batch with the [Flow Designer](https://www.servicenow.com/docs/access?context=flow-designer&version=xanadu&pubname=xanadu-application-development&ft:locale=en-US)
application, see [Continuous Integration and Continuous Delivery (CICD) spoke](https://www.servicenow.com/docs/access?context=cicd-spoke&version=xanadu&pubname=xanadu-integrate-applications&ft:locale=en-US).

