Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Rename a cloud app by ID or current name
def rename_app( new_name: str, app_id: Optional[str] = None, app_name: Optional[str] = None, ) -> Dict[str, Any]
async def rename_app( new_name: str, app_id: Optional[str] = None, app_name: Optional[str] = None, ) -> Dict[str, Any]
new_name
app_id
app_name
Dict[str, Any]
db.rename_app(new_name="prod-app", app_name="staging-app")
Was this page helpful?