Virtual machine

The "Virtual machines" section allows the management of vm resources. You can view all the vms created by a particular team and delete resources if necessary.

Delete virtual machine by ID

DELETE {{BASE_URL}}/admin/api/virtual-machines/{id}

Delete a specific virtual machine by unique id.

Path Parameters

Name
Type
Description

id*

String

Database ID

Headers

Name
Type
Description

Api-Key*

String

Admin api key

{"message":"Virtual machine deleted","vmId":"6548d4f261cabb0308b984ee"}

Get virtual machines

GET {{BASE_URL}}/admin/api/teams/{id}/virtual-machines

Get all virtual machines for a specific team.

Query Parameters

Name
Type
Description

page*

String

1

limit*

String

10

Headers

Name
Type
Description

Api-Key*

String

Admin api key

Last updated

Was this helpful?