Onidel Cloud
  • Onidel Home Page
  • Onidel Cloud Panel
  • Cloud Status
  • Introduction
  • Information
    • Networking
    • Hardware Specifications
    • Datacenters
  • API Reference
    • Changelog
    • Authentication
    • OS Template
    • Instance Type
    • Instance Price
    • Team
      • Get Teams
    • Virtual Machine
      • List Instances
      • Get Instance Backups
      • Create Instance
      • Get Instance
      • Update Instance
      • Stop Instance
      • Reboot Instance
      • Snapshot Instance
      • Delete Instance
    • Backups
      • List Backups
      • Generate Download URL
    • Snapshots
      • List Snapshots
      • Delete Snapshot
      • Generate Download URL
  • Features
    • Data Transfer (Bandwidth) Pooling
    • Hourly Billing
    • VM Scaling
    • BYOIP & BGP
    • Attach a Snapshot/Backup to your Server
    • Peer Server
  • Automatic Backup
  • Cloud Server
    • IPv4 Configuration
    • IPv6 Configuration
    • Using Custom ISO
    • Reverse DNS
    • Disable Secure Boot
    • Backup and Snapshot Download
  • ACCOUNT
    • Supported Currencies
    • Changing Currency
    • Chargebacks & Disputes
    • Enable 2-FA
    • Affiliate Program
  • Policies
    • Service Level Agreement
    • Terms of Service
    • Acceptable Usage Policy
    • Privacy Policy
Powered by GitBook
On this page
  1. API Reference
  2. Virtual Machine

Get Instance Backups

API Version: 1.1.0 (06-Jan-2025)

PreviousList InstancesNextCreate Instance

Last updated 4 months ago

Retrieve all backups of the VPS

get

Retrieve all backups of the VPS

Authorizations
Path parameters
vm_idstring ยท uuidRequired

VPS UUID that need to be considered for filter

Query parameters
team_idstringOptional

Team ID that need to be considered for filter. Default team will be used if not provided.

Responses
204
Successful operation
application/json
400
Bad request
401
Unauthorized
404
Not found
get
GET /vm/{vm_id}/backups HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "created_at": "2025-01-05T13:00:20.010960Z",
    "size": 20,
    "instance": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "status": "available"
  }
]