This guide explains the implementation of the deactivate/reactivate feature on OpenStack Horizon.The front end code includes adding deactivate as an option in the image actions dropdown and writing the view and controller code.Services and modules are created to organize and share code, and two services, deactivate-image and reactivate-image, are added.The back end code involves making API calls to Glance, updating the status of the image, and adding code to two files.