schedule maint
Machines
schedule maint
Schedules a maintenance window for a specified machine and notifies clients.
CLI Usage: vastai schedule maint <machine_id> --sdate <sdate> --duration <duration>
PUT
schedule maint
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the machine to schedule maintenance for.
Example:
12345
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"