For the complete documentation index, see llms.txt. This page is also available as Markdown.

Backup

Deprecated

List all backups

get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExport

Responses
default

default response

application/json
createdDatestring · date-timeOptional
idstring · uuidOptional
inProgressbooleanOptional
keystringOptional
modifiedDatestring · date-timeOptional
sizeinteger · int64Optional
get/backup
default

default response

Deprecated

Upload a backup file

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /consoleExport

Body
keystringOptional

The backup password

Default: ""
retentionDaysinteger · enumOptional

Backup retention days

Possible values:
Responses
default

default response

application/json
createdDatestring · date-timeOptional
idstring · uuidOptional
inProgressbooleanOptional
keystringOptional
modifiedDatestring · date-timeOptional
sizeinteger · int64Optional
post/backup
default

default response

Deprecated

Upload a backup file and process it asynchronously

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /consoleExport/async

Body
keystringOptional

The backup password

Default: ""
retentionDaysinteger · enumOptional

Backup retention days

Possible values:
Responses
default

default response

application/json
post/backup/async
default

default response

Deprecated

Download a backup file

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /consoleExport/file/{id}

Path parameters
idstring · uuidRequired

The backup id

Body
keystringOptional

The backup password

Responses
200

successful operation

No content

post/backup/file/{id}

No content

Deprecated

Delete a backup

delete

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use DELETE /consoleExport/file/{id}

Path parameters
idstring · uuidRequired

The ID of the backup to delete

Responses
204

successful operation

No content

delete/backup/file/{id}
204

successful operation

No content

Deprecated
get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExport/file/{id}/link

Path parameters
idstring · uuidRequired

The backup id

Responses
200

successful operation

No content

get/backup/file/{id}/link

No content

Deprecated

Get a backup by ID

get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExport/id/{consoleExportId}

Path parameters
backupIdstring · uuidRequired

The ID of the backup to retrieve

Responses
default

default response

application/json
createdDatestring · date-timeOptional
idstring · uuidOptional
inProgressbooleanOptional
keystringOptional
modifiedDatestring · date-timeOptional
sizeinteger · int64Optional
get/backup/id/{backupId}
default

default response

Deprecated

Create a backup for the specified environment

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /consoleExport/{environmentId}

Path parameters
environmentIdstring · uuidRequired

The ID of the environment to backup

Body
databasestringOptional
descriptionstringOptional
keystringOptional
namestringOptional
retentionDaysinteger · enumOptionalPossible values:
skipAppVersionbooleanOptional
Responses
default

default response

application/json
createdDatestring · date-timeOptional
idstring · uuidOptional
inProgressbooleanOptional
keystringOptional
modifiedDatestring · date-timeOptional
sizeinteger · int64Optional
post/backup/{environmentId}
default

default response

Deprecated

Get the global status of the current backup for the specified environment

get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExport/{environmentId}/globalState

Path parameters
environmentIdstring · uuidRequired

The ID of the environment

Responses
default

default response

application/json
booleanOptional
get/backup/{environmentId}/globalState
default

default response

Deprecated

Get the state of the current backup for the specified environment

get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExport/{environmentId}/state

Path parameters
environmentIdstring · uuidRequired

The ID of the environment

Responses
default

default response

application/json
get/backup/{environmentId}/state
default

default response

Deprecated

Update name and/or description of an existing backup

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /consoleExport/{id}/consoleExportInformation

Path parameters
idstring · uuidRequired
Body
descriptionstringOptional

The new description for the backup

namestringOptional

The new name for the backup

Responses
200

successful operation

No content

post/backup/{id}/backupinformation

No content

Last updated

Was this helpful?