diff --git a/docs/continuous-delivery/manage-deployments/rollback-deployments.md b/docs/continuous-delivery/manage-deployments/rollback-deployments.md index 0b3d2e1f390..6b242b2c712 100644 --- a/docs/continuous-delivery/manage-deployments/rollback-deployments.md +++ b/docs/continuous-delivery/manage-deployments/rollback-deployments.md @@ -111,4 +111,8 @@ To perform a Post-Deployment Rollback, the user must have the following permissi 1. Pipeline **Execute** permission for the specific pipeline. 2. Environment **Rollback** permission. -A user will only be allowed to execute rollbacks on any instance if they possess these two permissions for the pipeline and environment through which the deployment occurred. Otherwise, they will see the following message when attempting to click Rollback. \ No newline at end of file +A user will only be allowed to execute rollbacks on any instance if they possess these two permissions for the pipeline and environment through which the deployment occurred. Otherwise, they will see the following message when attempting to click Rollback. + +## Rollback using API + +You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback).