Delete Association
ssm_delete_association | R Documentation |
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node¶
Description¶
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.
Usage¶
ssm_delete_association(Name, InstanceId, AssociationId)
Arguments¶
Name |
The name of the SSM document. |
InstanceId |
The managed node ID.
|
AssociationId |
The association ID that you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_association(
Name = "string",
InstanceId = "string",
AssociationId = "string"
)