delete-endpoint
Remove a specific endpoint from the RunPod MCP Server by providing its unique ID to manage server resources effectively.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpointId | Yes | ID of the endpoint to delete |
Input Schema (JSON Schema)
{
"properties": {
"endpointId": {
"description": "ID of the endpoint to delete",
"type": "string"
}
},
"required": [
"endpointId"
],
"type": "object"
}