cURL
curl --request POST \ --url https://api.nova-cloud.ai/vms/{vm_id}/stop \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Stop a running virtual machine. GPU billing pauses but storage charges continue.
Use a JWT access token or API key (prefixed with nv_)
VM stopping