ApiMcp servers
Delete an MCP server
Delete an MCP server by ID. For generated servers, also cleans up in-memory deployment and temporary files.
Path Parameters
server_id*string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Create a server credential
Create a new credential for an MCP server. The credential value is encrypted at rest using AES-256-GCM. The API response contains only a masked version of the value.
Delete a server credential
Delete a credential from an MCP server. Verifies the credential belongs to the specified server.
