**To disable an AMI** The following ``disable-image`` example disables the specified AMI. :: aws ec2 disable-image \ --image-id ami-1234567890abcdef0 Output:: { "Return": "true" } For more information, see `Disable an AMI `__ in the *Amazon EC2 User Guide*.