EMRServerless / Client / stop_application

stop_application#

EMRServerless.Client.stop_application(**kwargs)#

Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.

See also: AWS API Documentation

Request Syntax

response = client.stop_application(
    applicationId='string'
)
Parameters:

applicationId (string) –

[REQUIRED]

The ID of the application to stop.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • EMRServerless.Client.exceptions.ValidationException

  • EMRServerless.Client.exceptions.ResourceNotFoundException

  • EMRServerless.Client.exceptions.InternalServerException