Servers

Create a new server in the given project.

post/api/v1/servers/create

Request body

namestring nullable
role'Bastion' | 'Kubemaster' | 'Kubeworker' | 'AllInOne'
projectIdinteger
diskSizeinteger
flavorstring nullable
countinteger
spotPricenumber double nullable
spotInstanceboolean
wasmEnabledboolean
autoscalingGroupstring nullable
availabilityZonestring nullable
proxmoxExtraDiskSizeinteger
proxmoxRole'NONE' | 'NFS' | 'STORAGE'
hypervisorstring nullable
replicaCountinteger nullable
useLocalDiskboolean

Response

OK

idstring nullable
statusinteger
messagestring nullable
isErrorboolean
{"stackTrail":"components:schemas:ApiResponse:properties:result","oasType":"schema","type":"unknown","nullable":true}

Changes

No recorded changes to this endpoint across all 1 revision of this API.