Skip to content

/AWS1/CL_KN2=>STOPAPPLICATION()

About StopApplication

Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force parameter to true.

You can use the DescribeApplication operation to find the application status.

Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force is set to true.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME

The name of the running application to stop.

Optional arguments:

IV_FORCE TYPE /AWS1/KN2BOOLEANOBJECT /AWS1/KN2BOOLEANOBJECT

Set to true to force the application to stop. If you set Force to true, Managed Service for Apache Flink stops the application without taking a snapshot.

Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application.

You can only force stop a Managed Service for Apache Flink application. You can't force stop a SQL-based Kinesis Data Analytics application.

The application must be in the STARTING, UPDATING, STOPPING, AUTOSCALING, or RUNNING status.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KN2STOPAPPLICATIONRSP /AWS1/CL_KN2STOPAPPLICATIONRSP