New Relic · Arazzo Workflow
New Relic Rollback Deployment Marker
Version 1.0.0
Resolve an app, find its latest deployment marker, and delete it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
rollback-deployment-marker
Resolve an app, locate its latest deployment, and delete it.
Looks up the application id by name, reads its deployment markers to capture the most recent deployment id, and deletes that marker to roll back the deployment record.
1
resolveApplication
getApplications
Resolve the application by exact name to obtain the application id used to read and delete deployment markers.
2
findLatestDeployment
getApplicationsIdDeployments
List the application's deployment markers and capture the latest deployment id to be removed.
3
deleteDeployment
deleteApplicationsIdDeploymentsId
Delete the identified deployment marker from the application's deployment history.