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:
- Database Query - Retrieves all container units from the quad-ops database
- Service Stop - Stops each container unit using systemd
- 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 #
Option | Short | Description |
---|---|---|
--config | -c | Path to configuration file |
--verbose | -v | Enable verbose output |
Examples #
# Stop all managed containers
quad-ops down
Related Commands #
- up - Start all managed containers
- sync - Synchronize repositories
- unit list - Check container status after stopping
- unit show - View detailed unit configuration
See Also #
- Container Management - Understanding container lifecycle
- Getting Started - Initial setup guide