The service disappear in App Launchpad but I have no any operation for deleting!

Viewed 76

I create a service named mysql in App Launchpad, but it disappears from App Launchpad after an error is reported when changing the configuration of the service, and when I create a service with the name mysql he reports an error: services "mysql" already exists.

So I have questions: why did that service disappear and does it cause continuous billing. (Since it disappeared before I could delete it, it should actually still be there), what should I do next to avoid being billed abnormally?

Thank you for help!

image.png

image.png

2 Answers

Please provide the region where your application is located and your account ID so we can help you troubleshoot the issue.

Thank you sir, I have deleted it by requesting the API(with my auth) as follow yesterday:

https://applaunchpad.ap-southeast-1.run.claw.cloud/api/delApp?name=mysql

However, I still suggest displaying abnormal services in Launchpad, even if they are faulty. This is because allocated resources will continue to incur charges. If they are not displayed, they can easily be overlooked, potentially leading to exorbitant bills.

Details:

使用API调用工具,如Postman调用删除接口:https://applaunchpad.ap-southeast-1.run.claw.cloud/api/delApp?name=服务名称
注意:具体地址以您所在分区为主,请求参数需携带2个参数:authorization 与 referer

Use an API calling tool such as Postman to invoke the deletion endpoint:
https://applaunchpad.ap-southeast-1.run.claw.cloud/api/delApp?name=ServiceName
Note: The actual endpoint may vary based on your region. The request must include two parameters: authorization and referer.

可参考如图获取相关信息:

  1. 可以新建一个服务后,按F12进入调试模式,删除该服务,然后找到这个删除接口api():
    ![del-1.png]
    (https://question.run.claw.cloud/uploads/post/5usXa5Y3Pk7.png)

    You can create a new service, press F12 to enter developer tools, delete the service, and locate the delete API endpoint:

  2. 找到authorization 与 referer

    auth.png

    Find the authorization and referer headers:

  3. 使用API调用工具调删除接口:
    call-api.png

    Use an API calling tool to invoke the delete API:

该问题很有价值,建议向官方提工单修复该问题!

能说说你是如何通过API删除服务的吗?我遇到了同样的问题。
Can you tell me how you delete services through API? I encountered the same problem.

该问题的解决详细步骤已补充到我的回答当中,可以查看尝试下。Detailed steps to resolve this issue have been added to my answer, so check it out and try it out.