Skip to main content

Retire Servers of a Server group

Select

SaaS
Customer Managed

Retire servers in given server group

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup in which servers need to be retired

Responses

OK


Schema
  • jobId int64
  • error object
  • errorCode int32
  • errorMessage string

    Tells about the error occured

  • warningCode int32
  • warningMessage string

    Tells about the warning occured

PUT /v4/servergroup/:servergroupid/retire    

Authorization

type: apiKeyname: Authtokenin: header

Request

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