GeoServer MCP Server

by mahdin75
Verified
MIT License
2
  • 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

ID: dcvyllecj0