Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Listing existing graph snapshots

Focus mode
Listing existing graph snapshots - Neptune Analytics

The following information outlines the various methods and commands for managing graph snapshots in the Amazon Neptune database service. It covers the steps to list all existing graph snapshots, as well as how to retrieve details of a specific snapshot. The information also explains the different status states that a graph snapshot can have, such as "CREATING," "AVAILABLE," "FAILED," and "DELETING."

CLI/SDK

List all graph snapshots

aws neptune-graph list-graph-snapshots

Look up a single graph snapshot

aws neptune-graph get-graph-snapshot \ --snapshot-id <SNAPSHOT_ID>

Status:

  • CREATING: The snapshot is currently being created.

  • AVAILABLE: The snapshot is available and can be restored from.

  • FAILED: The snapshot failed to create.

  • DELETING: The snapshot is currently being deleted.

Neptune Console

You can view your snapshots by expanding Analytics and choosing Snapshots.

Expanded Analytics menu showing Graphs, Snapshots, and Import tasks options.

List all graph snapshots

aws neptune-graph list-graph-snapshots

Look up a single graph snapshot

aws neptune-graph get-graph-snapshot \ --snapshot-id <SNAPSHOT_ID>

Status:

  • CREATING: The snapshot is currently being created.

  • AVAILABLE: The snapshot is available and can be restored from.

  • FAILED: The snapshot failed to create.

  • DELETING: The snapshot is currently being deleted.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.