Server Delete VMware Snapshot

From INAP Dropzone API
Jump to: navigation, search

Deletes the snapshot.

Contents

Path

  • /server/deletevmwaresnapshot/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.
  • {$snapshotId}: The ID of the snapshot as given in the {$referenceId} field returned by Server_Take_VMware_Snapshot

Optional Data Parameters

  • None

Returned Data

{
    "success": true,
    "data": "The Snapshot is being deleted."
}
Personal tools