Skip to main content
Glama

GeoServer MCP Server

MIT License
18
  • Linux
  • Apple

delete_resource

Remove specific resources like workspaces, layers, or styles from GeoServer by specifying the resource type, workspace, and name.

Instructions

Delete a resource from GeoServer.

Args: resource_type: Type of resource to delete (workspace, layer, style, etc.) workspace: The workspace containing the resource name: The name of the resource Returns: Dict with status and result information

Input Schema

NameRequiredDescriptionDefault
nameYes
resource_typeYes
workspaceYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "resource_type": { "title": "Resource Type", "type": "string" }, "workspace": { "title": "Workspace", "type": "string" } }, "required": [ "resource_type", "workspace", "name" ], "title": "delete_resourceArguments", "type": "object" }

You must be authenticated.

Other Tools from GeoServer MCP Server

Related Tools

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/mahdin75/geoserver-mcp'

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