HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/ssm/delete-association.rst
**To delete an association**

This example deletes the association between an instance and a document. There is no output if the command succeeds.

Command::

  aws ssm delete-association --instance-id "i-1234567890abcdef0" --name "AWS-UpdateSSMAgent"

**To delete an association using the association ID**

This example deletes the association for the specified association ID. There is no output if the command succeeds.

Command::

  aws ssm delete-association --association-id "8dfe3659-4309-493a-8755-0123456789ab"