v1
Double column
API
CLI
JS Client

Addons /

Retain backup

Flags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.

Required permission

Project > Addons > General > Update

Path parameters

    • projectId

      string required
      ID of the project
    • addonId

      string required
      ID of the addon
    • backupId

      string required
      ID of the backup

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    POST /v1/projects/{projectId}/addons/{addonId}/backups/{backupId}/retain

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.