Instance Creation
Create instances with automatic GPU type selection, fallback chains, startup scripts, and composable piping.
brev create
Aliases: provision, gpu-create, gpu-retry, gcreate
Flags
Search Filter Flags
All search filter flags are also available on brev create:
Smart Defaults
When you run brev create without specifying --type or any filter flags, the CLI applies these defaults:
- 20 GB minimum total VRAM
- 500 GB minimum disk
- Compute 8.0+ (Ampere or newer)
- < 7 min boot time
- Sorted by price (cheapest first)
Specifying Instance Types
Single Type
Fallback Chain
Provide a comma-separated list of types. The CLI tries each in order until one succeeds:
Using Search Filters
Apply the same filters available in brev search to narrow the type selection:
Piping from Search
Pipe brev search output directly into brev create:
Startup Scripts
Run scripts or commands automatically when the instance boots.
Inline Script
File Reference (@filepath Syntax)
Prefix a local file path with @ to use its contents as the startup script:
Clusters
Create multiple instances at once with --count:
Dry Run
Preview matching instance types without actually creating anything:
Detached Mode
Skip waiting for the instance to be ready:
Output Piping
brev create outputs the instance name to stdout, enabling chaining with other commands: