Skip to main content

Perform VMClient Offboard

Select

SaaS
Customer Managed

This operation offboards a VM client based on GUID of the VM client.

More Details

Path Parameters
  • vmGuid string required
Request Body required
  • vmName string
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /vm/:vmguid/offboard    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmGuid — path required
Body required

{
"vmName": "HMLMV2RegVM1VM1"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Offboard' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vmName": "HMLMV2RegVM1VM1"
}'