Cancel Machine Maintenance
Machines
Cancel Machine Maintenance
Cancels all scheduled (non-expired) maintenance windows for the specified machine owned by the caller.
PUT
Cancel Machine Maintenance
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the machine (from the URL path) whose scheduled maintenance windows should all be cancelled; must be owned by the authenticated user.
Response
{success: true, ctime, machine_id, msg: "deleted N scheduled maintenance window(s) on machine {machine_id}"} on success.