We use analytics and minimal tracking across our websites to help improve performance and user experience. Our privacy policy.
curl --request GET \
--url https://api.private-ai.com/community/diagnostics \
--header 'x-api-key: <api-key>'{
"platform": "<string>",
"cpu_count": 123,
"container_version": "<string>",
"cpu_name": "<string>",
"gpu_info": {}
}Get diagnostic information for the container.
curl --request GET \
--url https://api.private-ai.com/community/diagnostics \
--header 'x-api-key: <api-key>'{
"platform": "<string>",
"cpu_count": 123,
"container_version": "<string>",
"cpu_name": "<string>",
"gpu_info": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.getlimina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The platform on which the container is running.
The number of CPUs allocated to the container.
The version of the container.
The name of the CPU.
The uuid and name of attached GPUs.
Show child attributes