Stop a GPU VM

Stop a running GPU VM. Note - Massed Compute may not support this operation (terminate only).

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