Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Runcrate CLI gives you full control over your GPU cloud from the terminal. Deploy instances, SSH in, transfer files, manage volumes, and handle billing without touching the dashboard. Get started in 30 seconds:
runcrate login                              # Sign in via browser
runcrate instances types --gpu A100         # See available GPUs and pricing
runcrate instances create --name dev --gpu A100   # Deploy a GPU instance
runcrate ssh dev                            # SSH into your instance
runcrate ssh dev -- nvidia-smi              # Run a command remotely

Installation

Install the CLI on macOS, Linux, or Windows and authenticate.

Instances

Deploy, manage, and terminate GPU instances from the terminal.

SSH & File Transfer

SSH into instances and copy files with keyless authentication.

Volumes

Create and manage persistent storage volumes.

Reference

Complete command reference with all available commands.