Reset a GPU VM

Reset/reboot a GPU VM. Note - Massed Compute may not support this operation.

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The GPU VM ID

Responses
  • application/json
  • application/json
  • 403

    GPU feature not enabled for this entity

  • application/json
  • application/json
  • 501

    Operation not supported by GPU provider

Request Example for post/resource/gpu/{id}/reset
curl https://api.gpcn.com/v1/resource/gpu/123e4567-e89b-12d3-a456-426614174000/reset \
  --request POST \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{
  "success": true,
  "message": "GPU VM reset initiated",
  "data": null,
  "meta": null
}