cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/create \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "clusterId": "<string>", "storageName": "<string>", "storageSize": 123 } '
Documentation IndexFetch the complete documentation index at: https://novita.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
application/json
curl --request POST \ --url 'https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/create' \ --header 'Authorization: Bearer {{API Key}}' \ --header 'Content-Type: application/json' \ --data '{ "clusterId": "string", "storageName": "string", "storageSize": 0 }'
"<string>"
Was this page helpful?