Skip to main content

backups

Overview

Namebackups
TypeResource
Idlinode.instances.backups

Fields

NameDatatype
automaticarray
snapshotobject

Methods

NameAccessible byRequired ParamsDescription
getBackupSELECTbackupId, linodeIdReturns information about a Backup.
getBackupsSELECTlinodeIdReturns information about this Linode's available backups.
createSnapshotINSERTlinodeId, data__labelCreates a snapshot Backup of a Linode.

Important: If you already have a snapshot of this Linode, this is a destructive
action. The previous snapshot will be deleted.
_getBackupEXECbackupId, linodeIdReturns information about a Backup.
_getBackupsEXEClinodeIdReturns information about this Linode's available backups.
cancelBackupsEXEClinodeIdCancels the Backup service on the given Linode. Deletes all of this Linode's existing backups forever.
enableBackupsEXEClinodeIdEnables backups for the specified Linode.
restoreBackupEXECbackupId, linodeId, data__linode_idRestores a Linode's Backup to the specified Linode.