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
Resolve the application by exact name to obtain the application id used to read and delete deployment markers.
2
findLatestDeployment
List the application's deployment markers and capture the latest deployment id to be removed.
3
deleteDeployment
Delete the identified deployment marker from the application's deployment history.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.