Neo4j · Capability
Neo4j Aura API — Snapshots
Neo4j Aura API — Snapshots. 4 operations. Lead operation: List snapshots for an instance. Self-contained Naftiko capability covering one Neo4j business surface.
What You Can Do
GET
Listsnapshots
— List snapshots for an instance
/v1/instances/{instanceid}/snapshots
POST
Createsnapshot
— Create a snapshot
/v1/instances/{instanceid}/snapshots
GET
Getsnapshot
— Get snapshot details
/v1/instances/{instanceid}/snapshots/{snapshotid}
POST
Restoresnapshot
— Restore a snapshot to a new instance
/v1/instances/{instanceid}/snapshots/{snapshotid}/restore
MCP Tools
list-snapshots-instance
List snapshots for an instance
read-only
idempotent
create-snapshot
Create a snapshot
get-snapshot-details
Get snapshot details
read-only
idempotent
restore-snapshot-new-instance
Restore a snapshot to a new instance