/instances/create
Create a new GPU instance.
The example in the right sidebar is a schema only and will not work out of the box. Only ‘docker_configuration’ or ‘script_configuration’ can be specified but not both.
See the following tutorials related to instance creation:
Creating an Instance
Creating an Instance with a Running Container
Creating an Instance with a Startup Script
Authorizations
Body
Specifies the underlying cloud provider. See this explanation for more details.
aws
, azure
, lambdalabs
, tensordock
, runpod
, latitude
, jarvislabs
, oblivus
, paperspace
, datacrunch
, massedcompute
, vultr
The name of the instance
Specifies the region.
Specifies if the instance is launched in Shade Cloud or in a linked cloud account.
The Shadeform standardized instance type. See this explanation for more details.
Set a date or spend threshold to receive an email alert
Set a date or spend threshold to automatically delete the instance
List of environment variable name and values to automatically add to the instance
Defines automatic actions after the instance becomes active.
The operating system of the instance.
The ID of the SSH Key.
Add custom, searchable tags to instances.
List of volume IDs to be mounted. Currently only supports 1 volume at a time.
Settings for mounting volumes onto file systems
Response
Response of the /instances/create API call
The unique identifier of the instance issued by the underlying cloud provider.
The unique identifier for the instance. Used in the instances for the /instances/{id}/info and /instances/{id}/delete APIs.