Controls
Available for user tokens and project keys
Controls
POST
https://api.suble.io/projects/:projectId/vm/:vmId/controls/:type
This endpoint allows you to start, stop or reset a virtual machine.
Path Parameters
Name | Type | Description |
---|---|---|
projectId | string | Unique id for the project |
vmId | string | Unique id for the virtual machine |
type | string | Enum (start / stop / reset) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | User token or project key |
Last updated