SSM / Client / delete_association
delete_association#
- SSM.Client.delete_association(**kwargs)#
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the
Targets
parameter, then you must delete the association by using the association ID.When you disassociate a document from a managed node, it doesn’t change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.
See also: AWS API Documentation
Request Syntax
response = client.delete_association( Name='string', InstanceId='string', AssociationId='string' )
- Parameters:
Name (string) – The name of the SSM document.
InstanceId (string) –
The managed node ID.
Note
InstanceId
has been deprecated. To specify a managed node ID for an association, use theTargets
parameter. Requests that include the parameterInstanceID
with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameterInstanceId
, you can’t use the parametersAssociationName
,DocumentVersion
,MaxErrors
,MaxConcurrency
,OutputLocation
, orScheduleExpression
. To use these parameters, you must use theTargets
parameter.AssociationId (string) – The association ID that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
SSM.Client.exceptions.AssociationDoesNotExist
SSM.Client.exceptions.InternalServerError
SSM.Client.exceptions.InvalidDocument
SSM.Client.exceptions.InvalidInstanceId
SSM.Client.exceptions.TooManyUpdates