Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node
Source:R/ssm_operations.R
ssm_delete_association.RdDisassociates 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.
See https://www.paws-r-sdk.com/docs/ssm_delete_association/ for full documentation.
Arguments
- Name
The name of the SSM document.
- InstanceId
The managed node ID.
InstanceIdhas been deprecated. To specify a managed node ID for an association, use theTargetsparameter. Requests that include the parameterInstanceIDwith 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 theTargetsparameter.- AssociationId
The association ID that you want to delete.