From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Delete the instance when done:

 heat delete wordpress
 heat list

Shutdown services:

 for svc in heat-api-cfn heat-api-cloudwatch heat-engine heat-metadata
 do
   sudo systemctl stop $svc.service
 done

Uninstall heat:

 sudo yum erase heat