Skip to main content
Glama

liara_delete_app

Remove an application from the Liara cloud platform by specifying its name to manage your deployed resources.

Instructions

Delete an app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the app to delete

Implementation Reference

  • The core handler function for the 'liara_delete_app' tool. It validates the app name and sends a DELETE request to the Liara API endpoint /v1/projects/{name} to delete the specified app.
    * Delete an app */ export async function deleteApp( client: LiaraClient, name: string ): Promise<void> { validateAppName(name); await client.delete(`/v1/projects/${name}`); }

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/razavioo/liara-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server