Command Central 10.7 | Using Composite Templates | Understanding the Composite Template Definition | Maintenance
 
Maintenance
Optional. When applying a template in maintenance mode, by default Command Central pauses and stops the run-time components in the installation before applying the template. Include a maintenance section in the template when you want to change this default behavior.
alias: my-alias
description: Update products to the latest fix
maintenance:
options:
pause: true | false # "true" (default) - pause all runtimes, before stopping them
# "false" - do not pause the runtimes
shutdown: true | false # "true" (default)- stop all runtimes before installing fixes
# "false" - do not stop the runtimes