Activate Backup
/api/v1/cdpbackup/activate/{node_id}/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used for authentication
- required
- must be a valid API key
example{{api_key}}locationQuerystringoptionalSpecifies the target location for activating the backup.
- Must be a non-empty string representing a valid location identifier
- Maximum length of 256 characters
example{{location}}
Request body
application/json
Identifier of the backup plan to activate.
1- required
- must be a positive integer
Specifies the backup activation schedule type.
HOURLY- Must be a non-empty string
- Allowed values: HOURLY, DAILY, WEEKLY
Path or pattern of files/folders to exclude from the backup
- Optional; empty string means no exclusions
- If provided, must be a valid filesystem path
Flag to trigger an immediate backup when true.
true- required
- must be a boolean
Specifies the compression algorithm to use for the backup.
ZLib- must be a supported compression type (e.g., ZLib, GZip)
- cannot be empty
Indicates whether encryption is required for the backup activation.
false- must be a boolean
- required field
Specifies the desired compression intensity for the backup operation.
Low- Must be one of "Low", "Medium", or "High"
Hours of the day when the backup should run, expressed as a comma-separated list of 0-23 values
0,6,12,18- must be a comma-separated list of integers
- each integer must be between 0 and 23
Minute of the hour when backup activation should start
38- must be an integer between 0 and 59
Indicates whether the database backup should be enabled
- must be "true" or "false"
Database username for authentication
- must be a non-empty string
- allowed characters: letters, numbers, underscore
Database password used for backup activation
- must be a string
- maximum length 255 characters
Responses
200Successful response
HTTP status code returned by the Activate Backup operation
200- integer between 100 and 599
- 200 indicates success
Human-readable status message confirming activation of backup.
Your backups will begin shortly.- must be a non-empty string
- maximum length of 200 characters