For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: GetRuntimeBackupData

type GetRuntimeBackupData = object;

Properties

body?

optional body?: never;

path

path: object;

backupId

backupId: BackupId;

The id of the backup.


query?

optional query?: never;

url

url: "/backups/runtime/{backupId}";