Skip to content

Recovering Deleted API from API Gateway

0

Is there a way to recover a deleted API in the API Gateway?

2 Answers
1
Accepted Answer

Hello,

If the API was deleted recently, you may be able to find it in the API Gateway deletion history in AWS CloudTrail logs. CloudTrail will log API deletion events for 90 days otherwise it won't be possible. I would also advise you to contact AWS support.

Thanks

answered 3 years ago

EXPERT

reviewed 2 years ago

  • It was deleted yesterday. Is the recovery something I can do on my end? Or will support need to be involved? The API is years old, and hasn't been changed since it's creation. Thanks!

  • In woulda say contact support and they can help you in the best possible way

0

To add more context, the DeleteAPI api call will not have much information on it and support may not be able to do anything with that. Whats important is the API calls used to create the API, add integrations, e.t.c. What you can do is to retrace the API calls made and create the API the same way you created it previously. It is these API calls that need to have been mad within the last 90 day.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.