Start a GPU VM

Start a stopped 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}/start
curl https://api.gpcn.com/v1/resource/gpu/123e4567-e89b-12d3-a456-426614174000/start \
  --request POST \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{
  "success": true,
  "message": "GPU VM start initiated",
  "data": null,
  "meta": null
}