Remove Backup Server from Compute Resource
To remove a backup server from the compute resource, use the following request:
DELETE /settings/hypervisors/:hypervisor_id/backup_server_joins/:id.xml
DELETE /settings/hypervisors/:hypervisor_id/backup_server_joins/:id.json
XML Request Example
curl -i -X DELETE http://onapp.test/settings/hypervisors/14/backup_server_joins/64.xml -u account_email:API_key -H 'Accept: application/xml' -H 'Content-type: application/xml'
JSON Request Example
curl -i -X DELETE http://onapp.test/settings/hypervisors/14/backup_server_joins/64.json -u account_email:API_key -H 'Accept: application/json' -H 'Content-type: application/json'
You can check backup server join ID with GET method:
GET /settings/hypervisors/:hypervisor_id/backup_server_joins.xml
GET /settings/hypervisors/:hypervisor_id/backup_server_joins.json