19.4. Clara Stop RPC
Requests the termination of Clara Platform Server and associated resource cleanup.
rpc Stop(ClaraStopRequest) returns (ClaraStopResponse);
message ClaraStopRequest {
RequestHeader header = 1;
}
19.5.1. Properties
19.5.1.1. header
type: message
Standard RPC request header.
See RequestHeader for details.
message ClaraStopResponse {
ResponseHeader header = 1;
}
Clara Deploy SDK Pipelines service will respond to any remove request with a ClaraStopResponse
message. Requestors can use the response message to determine the result of their request.
19.6.1. Properties
19.6.1.1. header
type: message
Standard RPC response header.
See ResponseHeader for details.