Change the behavior of a GPU
You can specify whether a GPU (Graphics Processing Unit) is automatically released from your account when the VM (Virtual Machine) to which it is attached is terminated.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- compute.gpu.update
- Console
- API
- Terraform
- Log in to the Numspot console.
- From the left-hand side menu, click Compute → GPU.
- In the GPU dashboard, choose from the list the GPU whose behavior you want to change.
- Click the Modify button. A dialog box appears.
- Select the Behavior on VM deletion:
- Release the GPU: the GPU will be automatically released from your account when the VM to which it is linked is terminated.
- Keep the allocation: the GPU will be detached and will remain allocated to your account when the VM to which it is linked is terminated.
- Click Modify. The behavior of the GPU is changed.
The PUT /compute/spaces/{spaceId}/flexibleGpus/{id} command changes the behavior of a flexible GPU (fGPU). The DeleteOnVmDeletion parameter controls whether the GPU and its VRAM (Video Random Access Memory) are automatically released.
The Terraform documentation is available on the Numspot registry ↗.