Create
Available for user tokens and project keys
Create
POST
https://api.suble.io/projects/:projectId/vm
Path Parameters
Name | Type | Description |
---|---|---|
projectId | string | Unique Id for the project |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | User token or project key |
Request Body
Name | Type | Description |
---|---|---|
name | string | Name of the virtual machine |
package | string | Package of the virtual machine |
image | object | Operating system of the virtual |
image.flavor | string | OS name, example ubuntu |
image.version | string | OS version, example 20.10 |
couponCode | String | Discount code |
rdns | String | Predefine rDNS domain |
password | String | Default Root or Administrator password |
Last updated