You're viewing a demo portfolio

Join the waitlist
PRSM

delete_file

Active

Tool of BorealHost

declared in 1.27.0

Delete a file or directory from a site's container. Directories are deleted recursively. Protected system paths (e.g. /etc, /usr) cannot be deleted. Requires: API key with write scope. Args: slug: Site identifier path: Relative path to delete Returns: {"success": true, "path": "...", "message": "Deleted"} Errors: NOT_FOUND: Path doesn't exist FORBIDDEN: Protected system path

Parameters schema

{
  "type": "object",
  "title": "delete_fileArguments",
  "required": [
    "slug",
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "title": "Path"
    },
    "slug": {
      "type": "string",
      "title": "Slug"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →