remove_ftp_account
ActiveTool of BorealHost
declared in 1.27.0
Remove an FTP account from a site. Requires: API key with write scope. Args: slug: Site identifier username: FTP username to remove Returns: {"removed": true, "username": "ftpuser"}
Parameters schema
{
"type": "object",
"title": "remove_ftp_accountArguments",
"required": [
"slug",
"username"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"username": {
"type": "string",
"title": "Username"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries