Removing a Server (Management Server/Message Processor/Router)
Edge for Private Cloud v. 4.16.05
Follow the steps below to remove a server from an on-premises installation of Apigee Edge for
Private Cloud.
- (Message Processor only) Deregister Message Processor from the organization's
environments
curl -u
adminEmail:pWord -X
POST http://<management-ip>:8080/v1/o/<orgName>/e/<envName>/servers -d
"uuid={uuid}®ion={regionName}&pod={podName}&action=remove"
- Deregister server’s type
curl -u
adminEmail:pWord -X POST http://<management-ip>:8080/v1/servers -d
"type={message-processor|router|management-server}®ion={regionName}&pod={podName}&uuid={uuid}&action=remove"
- Delete the server
curl -u
adminEmail:pWord -X
DELETE http://<management-ip>:8080/v1/servers/{uuid}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-04-30 UTC."}