Skip to main content

Remove associated DC plan from server group

Select

SaaS
Customer Managed

Api to remove associated DC plan from server group

Path Parameters
  • serverGroupId int64 required
Query Parameters
  • removeChildAssociations boolean

    Optional parameter. To be set only in case, if caller want to leave child association as-is and decouple them from server group

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/servergroup/:servergroupid/dcplan    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
serverGroupId — path required
removeChildAssociations — query
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/ServerGroup/:serverGroupId/DCPlan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'