Getting error while trying to deploy an API Proxy - Revision 83 does not exist

Not applicable

unable-to-deploy-proxy.jpg

The proxy in the attached photo was working OK until it was deleted and deployed a fresh. But when one tries to deploy it, it gives "APIProxy revision 83 does not exist for APIProxy mock-jenkins-api-v1 in organization equitybank."

What could be causing this?

@Sean Davis @Dom Couldwell

0 4 391
4 REPLIES 4

Hi John,

It is strange that it reports an error about revision 83 when you are now on revision 2. My advise would be to remove the proxy from the API product definitions and then completely remove the proxy. Then you can redeploy from Jenkins, add it to the product and it should work.

If you continue to see errors, the next step would be to raise a ticket with Apigee support.

Hope this helps!

Additionally, if you call this API you may get information on whether the deployed revision is in an error state on any of the Apigee components:

http://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revision...

error-deleting-proxy.jpg

Hi @Sean Davis,

Tried to delete the proxy as you had advised but it returned a similar error but now undeploying. See attached image.

"Error Undeploying Revision 83 from dev

APIProxy revision 83 does not exist for APIProxy mock-jenkins-api-v1 in organization equitybank"

Try this: http://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revisio...

If will allow you to 'force' undeploy a proxy that is in an error state.

Thanks, Sean