Demote a coordinator
Demotes a coordinator.
Path parameters
-
coordinator_id
string Required The identifier for the coordinator
Responses
-
200 application/json
Accepted demote of coordinator.
-
400 application/json
The coordinator specified by {coordinator_id} could not be demoted. (code:
coordinators.coordinator_demote_failed
) -
404 application/json
Unable to find the coordinator {coordinator_id}. Edit your request, then try again. (code:
coordinators.coordinator_not_found
)
POST
/platform/infrastructure/coordinators/{coordinator_id}/_demote
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/coordinators/{coordinator_id}/_demote' \
--user "username:password"