Skip to main content
POST
Deploys a server onto the current user

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Body

The form that contains the new server details

pricingPlanId
string<uuid>
required

The ID of the pricing plan to deploy

countryCode
string
required
Required string length: 2
operatingSystem
string
required
Required string length: 3 - 256
name
string
required
Required string length: 3 - 64
sshKeyId
string<uuid> | null

The ID of the SSH key to deploy to the server

application
string | null
Required string length: 3 - 256

Response

The node was deployed successfully