{
"status": false
}curl --location --request PUT 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/3a488221-77fe-404e-9073-120142e1f91a/toggle-disabled' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": false
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"timeout": 0,
"type": "string",
"args": {},
"isActive": true,
"isShow": true,
"providerName": "string",
"providerUrl": "string",
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string",
"userId": "string"
},
"timestamp": 0
}