⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
ssm
/
View File Name :
delete-association.rst
**Example 1: To delete an association using the association ID** The following ``delete-association`` example deletes the association for the specified association ID. There is no output if the command succeeds. :: aws ssm delete-association \ --association-id "8dfe3659-4309-493a-8755-0123456789ab" This command produces no output. For more information, see `Editing and creating a new version of an association
`__ in the *AWS Systems Manager User Guide*. **Example 2: To delete an association** The following ``delete-association`` example deletes the association between an instance and a document. There is no output if the command succeeds. :: aws ssm delete-association \ --instance-id "i-1234567890abcdef0" \ --name "AWS-UpdateSSMAgent" This command produces no output. For more information, see `Working with associations in Systems Manager
`__ in the *AWS Systems Manager User Guide*.