Skip to main content
POST
Create GPU workload CVM

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required

The name of the tapp.

instance_type
string
required

The instance_type of the tapp.

model_id
string
required

The model_id of the tapp.

scheduled_delete_at
string<date-time> | null

The scheduled delete time of the tapp.

Response

Created CVM record

id
integer
required
name
string
required
status
string
required
teepod_id
integer
required
app_id
string
required
vcpu
integer
required
memory
integer
required
disk_size
integer
required
created_at
string<date-time>
required
teepod
TeepodMeta · object | null
user_id
integer | null
vm_uuid
string | null
instance_id
string | null
app_url
string | null
base_image
string | null
manifest_version
integer | null
version
string | null
runner
string | null
docker_compose_file
string | null
features
string[] | null
encrypted_env_pubkey
string | null