- Sync
- Async
Parameters
app_name(str): Name of the app to delete
Returns
Dict[str, Any]: API response with delete status
Documentation Index
Fetch the complete documentation index at: /docs/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 (str): Name of the app to deleteDict[str, Any]: API response with delete statusdb.delete_app("staging-app")
Was this page helpful?
