Reset internal clock (alpha)
POST/clock/reset
Resets the Zeebe engine’s internal clock to the current system time, enabling it to tick in real-time. This operation is useful for returning the clock to normal behavior after it has been pinned to a specific time.
note
This endpoint is an alpha feature and may be subject to change in future releases.
Request
Responses
- 204
- 500
The clock was successfully reset to the system time.
An internal error occurred while processing the request.
- application/problem+json
- Schema
- Example (from schema)
Schema
type uri
Default value: about:blank
A URI identifying the problem type.
title string
A summary of the problem type.
status int32
Possible values: >= 400
and <= 600
The HTTP status code for this problem.
detail string
An explanation of the problem in more detail.
instance uri
A URI identifying the origin of the problem.
{
"type": "about:blank",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...