Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a cloud app by name
def delete_app( app_name: str, ) -> Dict[str, Any]
async def delete_app( app_name: str, ) -> Dict[str, Any]
app_name
Dict[str, Any]
db.delete_app("staging-app")
Was this page helpful?