# 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. * If a function call in the list fails, the 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.