HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/ec2/release-hosts.rst
**To release a Dedicated host from your account**

To release a Dedicated host from your account. Instances that are on the host must be stopped or terminated before the host can be released.

Command::

  aws ec2 release-hosts --host-id=h-0029d6e3cacf1b3da

Output::

  { 
      "Successful":  [
          "h-0029d6e3cacf1b3da"
           ],
    "Unsuccessful": []
    
   }