All Products
Search
Document Center

Realtime Compute for Apache Flink:DeploymentRestoreStrategy

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The startup strategy for a deployment.

kindstring

The type of the start offset. Valid values:

  • NONE: The deployment is started without states.
  • LATEST_SAVEPOINT: The deployment is started from the latest savepoint.
  • FROM_SAVEPOINT: The deployment is started from the specified savepoint.
  • LATEST_STATE: The deployment is started from the latest state of the deployment.
LATEST_STATE
allowNonRestoredStateboolean

Specifies whether to allow specific operator states to be skipped. This parameter is required only when a Python deployment or a JAR deployment is resumed with state data.

TRUE
jobStartTimeInMslong

The time point at which the deployment is started without states. You must enter a 13-digit timestamp. If you set the kind parameter to NONE, you can configure this parameter to allow all source tables for which the startTime parameter is configured to read data from the specified time point.

1660293803155
savepointIdstring

The ID of the savepoint for starting the deployment. This parameter is required when the kind parameter is set to FROM_SAVEPOINT.

354dde66-a3ae-463e-967a-0b4107fd****