LogoLogo
  • Overview
  • Quick Start
  • Console
    • Introduction
    • Settings
    • Templates
    • Billing
    • Environment Variables
  • HOSTING
    • Overview
    • Machine Setup
    • Platform Fee
    • Payouts & Taxes
    • Hosting Agreement
  • Guides
    • Setup SSH Server on Pod
  • API & CLI
    • API Documentation
    • CLI
Powered by GitBook
On this page
  1. API & CLI

CLI

PreviousAPI Documentation

Last updated 3 months ago

QuickPod CLI

A Command line python tool that interfaces with the QuickPod API to manage machines and pods.

wget command wget https://github.com/quickpod/CLI/releases/download/V1.1.0/QPCLI.py; chmod +x QPCLI.py; pip install python-dotenv; pip install pandas; python3 QPCLI.py #[options]

GitHub - quickpod/CLI: A Command line python tool that interfaces with the QuickPod API to manage machines and pods.GitHub
Logo