Apigee · Arazzo Workflow
Apigee Promote a New Proxy Revision
Version 1.0.0
List a proxy's revisions, deploy the newest one with override, then undeploy the prior revision.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
promote-proxy-revision
Deploy the latest proxy revision and retire the previously deployed one.
Reads the proxy to discover the latest revision, deploys it to the environment with override enabled, and undeploys the prior revision to complete the promotion.
1
getProxy
getApiProxy
Read the proxy to discover the latest revision id to promote.
2
deployLatest
deployApiProxyRevision
Deploy the latest revision with override so it takes over the base path from the prior revision.
3
undeployPrevious
undeployApiProxyRevision
Undeploy the previously running revision now that the new revision is serving traffic.