Aquanode LogoAquanode Docs

CLI

aq, the Aquanode control CLI - rent a GPU, provision it, and get a shell in one command.

aq is Aquanode's control CLI. It runs on your laptop and talks to the Aquanode API to rent a GPU, provision the box, and bring up a working environment or restore a snapshot - turning that workflow into one-command deploys.

curl -fsSL https://github.com/Aquanodeio/aq-releases/releases/latest/download/install.sh | sh

What you can do

  • aq login - pair the CLI to your Aquanode account via device-login
  • aq up - rent the cheapest matching GPU and bring up a working environment (ComfyUI, Jupyter)
  • aq ssh [name] - get a shell on a box: managed keypair, managed ~/.ssh/config alias, zero setup
  • aq status <name|id> - check a deployment's status, HTTPS URL, and credentials
  • aq down <name|id> - tear down a deployment and stop billing

Get started

  • Install the CLI - the install command, direct download, and verifying aq version
  • Quickstart - pair your account, rent a GPU, and get a shell on it