Skip to main content

Callbacks

Webhook URLs that receive event notifications for virtual machines and volumes. These endpoints let you attach, update, and delete callbacks for VMs and volumes.

Virtual Machines


POST

Attach callback to virtual machine

Creates a callback URL for a virtual machine, enabling event notifications to be posted to the specified URL.

PUT

Update virtual machine callback

Updates the callback URL for a specified virtual machine.

DEL

Delete virtual machine callback

Permanently deletes the callback URL associated with a specified virtual machine.

Volumes


POST

Attach callback to volume

Creates a callback URL for a volume, enabling event notifications to be posted to the specified URL.

PUT

Update volume callback

Updates the callback URL for a specified volume.

DEL

Delete volume callback

Permanently deletes the callback URL associated with a specified volume.