Stop an Orderer Node
post
/console/admin/api/v2/nodes/orderers/{ordererId}/stop
Stop an orderer node.
Request
Supported Media Types
- application/json
Path Parameters
-
ordererId(required): string
ID of the orderer which will be stopped
Response
Supported Media Types
- application/json
200 Response
Orderer status
Root Schema : schema
Type:
object
Example:
{
"status":"down"
}
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error