app_delete
Remove a web application using the app_name parameter to specify the app. Designed for managing apps within the Goose App Maker MCP server.
Instructions
Delete an existing web application.
Args:
app_name: Name of the application to delete
Returns:
A dictionary containing the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_name": {
"title": "App Name",
"type": "string"
}
},
"required": [
"app_name"
],
"title": "app_deleteArguments",
"type": "object"
}