cURL
curl --request POST \ --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/gpu-clusters \ --header 'Content-Type: application/json' \ --data ' { "cluster_name": "<string>", "flavor_id": "<string>", "image_id": "<string>", "ssh_key_id": "<string>", "gpu_count": 123, "pricing_template_id": "<string>", "user_data": "<string>", "security_group_ids": [ "<string>" ] } '
{ "cluster": { "id": "<string>", "name": "<string>", "status": "<string>", "account_id": "<string>", "project_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "metadata": "<string>", "resources": [ { "external_id": "<string>", "name": "<string>", "resource_type": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "primary_ip": "<string>" } ] }, "message": "<string>", "request_id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.aion.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aion.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Created
Show child attributes