Applications
Set application storage backup schedule
Create or replace the backup schedule for an application persistent volume or directory storage.
put/applications/{uuid}/storages/{storage_uuid}/backups
Path parameters
uuidstring required
UUID of the application.
storage_uuidstring required
UUID of the persistent volume or directory storage.
Request body
Example request
{
"frequency": "0 2 * * *"
}Response
Backup schedule replaced.