Skip to main content

delete an agent from a server

Select

SaaS
Customer Managed

Used to delete an agent from a server It is expected that the agent has been deconfigured before performing delete operation. But internally if the agent is not deconfigured, then we force deconfigure it to proceed with delete operation Examples of supported agentIds are: 33-File System, 106-Virtual Server

Path Parameters
  • serverId int32 required

    Id of the server to modify

  • agentId int32 required

    Id of the agent to be modified

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/server/:serverid/agent/:agentid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
serverId — path required
agentId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/Server/:serverId/Agent/:agentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'