This page covers host notifications. For renter events such as low balance and instance lifecycle, see Notifications.
Where to Find Notification Settings
Open Account Settings and go to Notification Settings. Host events appear only when you provide machines on Vast.ai. The Host group covers:How Delivery Works
Each notification type can be delivered over one or more channels:
Some emails are mandatory because they are tied to account access, billing protection, or imminent service disruption. Mandatory email notifications cannot be fully disabled from the settings page.
Email and webhook preferences are set per notification type.
Update Host Notifications in the Console
- Open Account Settings.
- Go to Notification Settings.
- Review the Host section.
- Turn off email for any optional event you do not want in your inbox.
- Select host events that should be sent to a webhook, then create or edit the webhook destination.
- Click Save.
Route Host Alerts to a Webhook
Webhooks are useful for turning host alerts into actions, such as paging an operator when a hosted machine fails verification or goes offline, or routing host machine alerts into your monitoring stack. A common host action mapping points each host event at its machine in the console, for example:
See Notification Webhooks for setup, payloads, signing, retries, and API examples.
Notification Type Keys
Notification types are identified by akey with a context prefix. Host events use the host: prefix, such as host:machine_offline.
Use the full key when subscribing webhooks or updating preferences. Because a similar event can exist for both renters and hosts, the full key avoids ambiguity. For the complete list of types, display names, and default channel settings, call GET /notification-types/.