2019-12-09 04:42:23 UTC - mhamann: Hi there. Can you be more specific and provide more detail? API definitions are stored in a Redis database and aren’t deleted unless you call the DELETE management API. The exception to this might be if you have Redis configured to evict keys after the memory threshold is reached, etc. But I don’t think many folks tend to do that. https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1575866543007800?thread_ts=1575712486.007700&cid=C3TP33Y2U ---- 2019-12-09 05:53:41 UTC - Shubham Gupta: I have created gateway api's using this command `wsk -i api create --config-file fileName.json` . it works perfectly fine and the api's created successfully. but after sometimes(4 to 5 hr). it will be deleted automatically. I don't know the reason why it is happening... and one thing more the api deletion problem comes in docker-compose when i was using openwhisk with minikube it works absolutely fine. and no such api deletion problem came. https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1575870821008000?thread_ts=1575712486.007700&cid=C3TP33Y2U ----
