brain_backup_create
Request an on-demand point-in-time backup of the current product's Brain memory.
Request an on-demand point-in-time backup of the current product's Brain memory. Async (202): records a running snapshot and runs the backup in the background — returns { accepted, snapshotId }; poll brain_backups_list / brain_backup_status for completion. Rejects (409) if a backup is already running for the product.
Behavior
- HTTP
POST /brain/backups
Arguments
No arguments.
Response
| Field | Type | Always | Description |
|---|---|---|---|
| accepted | boolean | • | |
| snapshotId | string | • |
Try it
Request an on-demand point-in-time backup of the current product's Brain memory.