SMS.Client.delete_app(**kwargs)¶Deletes the specified application. Optionally deletes the launched stack associated with the application and all Server Migration Service replication jobs for servers in the application.
See also: AWS API Documentation
Request Syntax
response = client.delete_app(
appId='string',
forceStopAppReplication=True|False,
forceTerminateApp=True|False
)
dict
Response Syntax
{}
Response Structure
Exceptions
SMS.Client.exceptions.UnauthorizedOperationExceptionSMS.Client.exceptions.InvalidParameterExceptionSMS.Client.exceptions.MissingRequiredParameterExceptionSMS.Client.exceptions.InternalErrorSMS.Client.exceptions.OperationNotPermittedException