CUGA LogoCUGA AGENT
Customization

Control Commands

Master CUGA control commands for service management and monitoring

Master CUGA's command-line interface for service management, monitoring, and control.

🚀 Command Overview

CUGA provides a comprehensive CLI for managing all aspects of the system:

# Basic command structure
cuga <command> <subcommand> [options]

📋 Available Commands

Service Management

CommandDescriptionExample
startStart CUGA servicescuga start demo
stopStop CUGA servicescuga stop all
statusCheck service statuscuga status
restartRestart servicescuga restart demo
vizShow experiment manager visualizationcuga viz

📚 Next Steps

After mastering control commands:

  1. API Integration: Add your own APIs
  2. Save & Reuse: Explore workflow persistence
  3. Evaluation: Run benchmarks
  4. Development: Test and debug

Commands mastered? Move to API Integration!