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

Backup Schedule

Deprecated

Retrieve all backup schedules

get

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

Responses
default

default response

application/json
createdDatestring · date-timeOptional
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
frequencyWarningstringOptional
idstring · uuidOptional
maxRetainedinteger · int32Optional
modifiedDatestring · date-timeOptional
namestringOptional
nextExecutionstring · date-timeOptional
numberOfBackupsinteger · int32Optional
retentionDaysinteger · enumOptionalPossible values:
get/backupSchedule
default

default response

Deprecated

Create a backup schedule

post

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

Body
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
maxRetainedinteger · int32Optional
namestringOptional
retentionDaysinteger · enumOptionalPossible values:
Responses
201

successful operation

application/json
createdDatestring · date-timeOptional
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
frequencyWarningstringOptional
idstring · uuidOptional
maxRetainedinteger · int32Optional
modifiedDatestring · date-timeOptional
namestringOptional
nextExecutionstring · date-timeOptional
numberOfBackupsinteger · int32Optional
retentionDaysinteger · enumOptionalPossible values:
post/backupSchedule
201

successful operation

Deprecated

Retrieve all backup schedules for the given environment

get

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

Path parameters
environmentIdstring · uuidRequired

The id of the environment

Responses
200

List of backup schedules for the given environment

application/json
createdDatestring · date-timeOptional
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
frequencyWarningstringOptional
idstring · uuidOptional
maxRetainedinteger · int32Optional
modifiedDatestring · date-timeOptional
namestringOptional
nextExecutionstring · date-timeOptional
numberOfBackupsinteger · int32Optional
retentionDaysinteger · enumOptionalPossible values:
get/backupSchedule/environment/{environmentId}
Deprecated

Retrieve a backup schedule

get

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

Path parameters
idstring · uuidRequired

The id of the schedule

Responses
default

default response

application/json
createdDatestring · date-timeOptional
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
frequencyWarningstringOptional
idstring · uuidOptional
maxRetainedinteger · int32Optional
modifiedDatestring · date-timeOptional
namestringOptional
nextExecutionstring · date-timeOptional
numberOfBackupsinteger · int32Optional
retentionDaysinteger · enumOptionalPossible values:
get/backupSchedule/{id}
default

default response

Deprecated

Update a backup schedule

put

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

Path parameters
idstring · uuidRequired

The id of the schedule to update

Body
backupScheduleIdstring · uuidOptional
cronExpressionstringOptional
descriptionstringOptional
maxRetainedinteger · int32Optional
namestringOptional
retentionDaysinteger · enumOptionalPossible values:
Responses
default

default response

application/json
createdDatestring · date-timeOptional
cronExpressionstringOptional
descriptionstringOptional
environmentIdstring · uuidOptional
frequencyWarningstringOptional
idstring · uuidOptional
maxRetainedinteger · int32Optional
modifiedDatestring · date-timeOptional
namestringOptional
nextExecutionstring · date-timeOptional
numberOfBackupsinteger · int32Optional
retentionDaysinteger · enumOptionalPossible values:
put/backupSchedule/{id}
default

default response

Deprecated

Delete a backup schedule

delete

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

Path parameters
idstring · uuidRequired

The id of the schedule to delete

Responses
204

successful operation

No content

delete/backupSchedule/{id}
204

successful operation

No content

Deprecated

Retrieve all backups created by a backup schedule

get

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

Path parameters
idstring · uuidRequired

The id of the schedule

Responses
default

default response

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

default response

Last updated

Was this helpful?