Jobs Create RPC
Requests all pipeline services deployed during pipeline job initialization(s) to be halted, and associated resources released. This request is not limited to a single job or pipeline.
Be aware that this could have impact on running pipeline jobs. Callers should ensure that all pipeline jobs are completed before using this RPC.
rpc ClaraStop(ClaraStopRequest) returns (ClaraStopResponse)
DEPRECATED
ClaraStop
RPC as part of the Jobs Service is deprecated and could be renamed, moved, replaced, or removed in a future release of Clara Deploy SDK.
Messages
- ClaraStopRequest
- ClaraStopResponse
message ClaraStopRequest {
RequestHeader header = 1;
}
Properties
header
type: message
Standard RPC request header.
See RequestHeader for details.
message ClaraStopResponse {
ResponseHeader header = 1;
}
Clara Deploy SDK Jobs service will respond to any create request with a ClaraStopResponse
message. Requestors can use the response message to determine the result of their request.
Properties
header
type: message
Standard RPC response header.
See ResponseHeader for details.