Skip to main content

Commands

This is a comprehensive reference for all Airon CLI commands.

Global Options

All commands support these global options:
  • --json - Output results in JSON format
  • --help - Show help for the command
  • --version - Show CLI version

Authentication Commands

airon auth login

Authenticate with your Airon account.

airon auth logout

Log out from your Airon account.

airon auth whoami

Display current user information.

Organization Commands

airon organizations list

List all organizations you have access to.

airon organizations create

Create a new organization.

Machine Commands

airon machines list

List all machines in your account.

airon machines create

Create a new machine.
Options:
  • --architecture - Machine architecture (x86, arm)
  • --type - Machine type (gpu, cpu, lpu)
  • --brand - Hardware brand (nvidia, amd, intel)
  • --number - Number of units
  • --region - Region
  • --image - Image name

airon machines destroy

Destroy a machine.