Skip to content
Get started

Snapshot Schedule

Get snapshot schedule for an instance
client.Instances.SnapshotSchedule.Get(ctx, id) (*SnapshotSchedule, error)
get/instances/{id}/snapshot-schedule
Create or update snapshot schedule for an instance
client.Instances.SnapshotSchedule.Update(ctx, id, body) (*SnapshotSchedule, error)
put/instances/{id}/snapshot-schedule
Delete snapshot schedule for an instance
client.Instances.SnapshotSchedule.Delete(ctx, id) error
delete/instances/{id}/snapshot-schedule