Modify

Available for user tokens and project keys

Modify

POST https://api.suble.io/projects/:projectId/vm/:vmId

Modify virtual machine information

Path Parameters

NameTypeDescription

projectId

string

Unique id for the project

vmId

string

Unique id for the virtual machine

Headers

NameTypeDescription

Authorization

string

User token or project key

Request Body

NameTypeDescription

name

string

New virtual machine name

{
    "message": String
}

Last updated