# Batch

The Batch module for UAPI.

## Run multiple UAPI functions in order

 - [GET /Batch/strict](https://api.docs.cpanel.net/specifications/cpanel.openapi/batch/strict.md): This function combines calls for multiple UAPI functions and performs them in order.

Note:

* If a function call in the list fails, the Batch::strict function does not run further function calls in the list.
* Due to the potential length of calls of this function, we recommend that you use the HTTP POST method for extremely long batch commands.

