Schedule Machine Maintenance
Machines
Schedule Machine Maintenance
Schedules a maintenance window for a single machine and sends downtime warning emails to affected instance clients and a confirmation to the host.
PUT
Schedule Machine Maintenance
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the machine to schedule maintenance for.
Body
application/json
Start date and time of the maintenance window.
Example:
"2023-10-30T14:00:00Z"
Duration of the maintenance window in hours.
Example:
2
Reason for the maintenance.
Example:
"Routine hardware check"
Category of the maintenance.
Available options:
power, internet, disk, gpu, software, other Example:
"software"
Response
{success: true, machine_id, notifications_sent, you_sent: "N notifications sent"} on success.