down

down #

Stop all managed container units.

Synopsis #

quad-ops down

Description #

The down command stops all container units that have been synchronized from configured repositories. It performs the following operations:

  1. Database Query - Retrieves all container units from the quad-ops database
  2. Service Stop - Stops each container unit using systemd
  3. Status Report - Provides feedback on successful and failed operations

This command is useful for shutting down your entire container infrastructure for maintenance or system shutdown.

Options #

No command-specific options are available for this command.

Global Options #

OptionShortDescription
--config-cPath to configuration file
--verbose-vEnable verbose output

Examples #

# Stop all managed containers
quad-ops down
  • up - Start all managed containers
  • sync - Synchronize repositories
  • unit list - Check container status after stopping
  • unit show - View detailed unit configuration

See Also #