cURL
curl --request GET \ --url https://api.nova-cloud.ai/vms/{vm_id}/interruption-history \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "interruptible_vm_id": "<string>", "preempted_by_vm_id": "<string>", "preempted_at": "2023-11-07T05:31:56Z", "restored_at": "2023-11-07T05:31:56Z", "downtime_seconds": 123, "status": "interrupted" } ]
View preemption/interruption logs for an interruptible VM.
Use a JWT access token or API key (prefixed with nv_)
Interruption history
interrupted
restored
cancelled