Question Joost Platenburg · Jan 27, 2021 How to remove an upstream target from an Upstream in IAM 0.34-1? #InterSystems IRIS for Health I've define an upstream object in the IAM 0.34-1 and in it 3 targets. I now want to remove 1 of those targets. I can not find the way to do that. 1 0 103
Aldo Verlinde · Feb 3, 2021 The user interface indeed does not seem to offer that possibility. On my environment I managed to get a target deleted by issuing a DELETE request to http://localhost:8001/upstreams/<upstream uuid>/targets/<target uuid> This did not work with the upstream and target names, only with their UUIDs. Alternatively, you could set the target weight to 0, but this does not remove the target, of course.
The user interface indeed does not seem to offer that possibility. On my environment I managed to get a target deleted by issuing a DELETE request to
http://localhost:8001/upstreams/<upstream uuid>/targets/<target uuid>
This did not work with the upstream and target names, only with their UUIDs.
Alternatively, you could set the target weight to 0, but this does not remove the target, of course.