curl --request DELETE \
--url https://api.tensormesh.ai/v1/admin/billing/gpu-pricing/{gpuType}/{cloudProvider} \
--header 'Authorization: Bearer <token>'{
"empty": {}
}curl --request DELETE \
--url https://api.tensormesh.ai/v1/admin/billing/gpu-pricing/{gpuType}/{cloudProvider} \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using an access token. Format: Bearer <access_token>
GPU_TYPE_UNSPECIFIED, GPU_TYPE_A100, GPU_TYPE_H100, GPU_TYPE_H200, GPU_TYPE_B200 CLOUD_PROVIDER_UNSPECIFIED, CLOUD_PROVIDER_ONPREM, CLOUD_PROVIDER_NEBIUS, CLOUD_PROVIDER_LAMBDA, CLOUD_PROVIDER_YOTTA A successful response.
Was this page helpful?