trigger_rollback
Submits a rollback request for a service to a target version, returning a pending_approval that requires human review. Call analyze_root_cause beforehand to confirm the version is safe.
Instructions
Submits a rollback request for a service to a target version. IMPORTANT: This tool does NOT immediately execute the rollback. It returns a pending_approval object with a rollback_id that must be reviewed and approved by a human operator before any deployment action is taken. Call analyze_root_cause first to confirm the target version is safe to roll back to. Required fields: service name and target_version (e.g., "v2.4.0").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | The service to roll back (e.g., "payment-service"). | |
| target_version | Yes | The version to roll back to (e.g., "v2.4.0"). Must be a previously deployed version. |