AI Features¶
azlin includes AI-powered features for natural language VM management and autonomous optimization.
Commands¶
azlin do - Natural Language¶
Run VM management tasks using natural language:
azlin do "create a new VM with 16GB RAM in westus2"
azlin do "stop all VMs that have been idle for more than 2 hours"
azlin do "show me the most expensive VMs this month"
azlin doit - Infrastructure Deployment¶
Deploy complex infrastructure from natural language descriptions:
azlin autopilot - Autonomous Optimization¶
Enable automated VM lifecycle management:
azlin autopilot enable myvm --health-checks --self-healing
azlin autopilot status
azlin autopilot config --idle-timeout 30m
How It Works¶
AI features use language models to translate natural language into azlin commands. The do command parses your intent, maps it to the appropriate azlin CLI commands, and executes them with confirmation.