Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 911 Bytes

File metadata and controls

44 lines (31 loc) · 911 Bytes
title vastai create cluster
sidebarTitle create cluster

Create Vast cluster

Usage

vastai create cluster SUBNET MANAGER_ID

Arguments

local subnet for cluster, ex: '0.0.0.0/24' Machine ID of manager node in cluster. Must exist already.

Description

Create Vast Cluster by defining a local subnet and manager id.

Examples

vastai create cluster <SUBNET> <MANAGER_ID>

Global Options

The following options are available for all commands:

Option Description
--url URL Server REST API URL
--retry N Retry limit
--raw Output machine-readable JSON
--explain Verbose explanation of API calls
--api-key KEY API key (defaults to ~/.config/vastai/vast_api_key)