v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Empties the data from a specified Neptune Analytics graph.

put/graphs/{graphIdentifier}

Path parameters

graphIdentifierstring required

ID of the graph to reset.

Request body

skipSnapshotboolean required

Determines whether a final graph snapshot is created before the graph data is deleted. If set to <code>true</code>, no graph snapshot is created. If set to <code>false</code>, a graph snapshot is created before the data is deleted.

Response

Success

idstring required

The unique identifier of the graph.

namestring required

The name of the graph.

arnstring required

The ARN associated with the graph.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'RESETTING' | 'UPDATING' | 'SNAPSHOTTING' | 'FAILED' | 'IMPORTING' | 'STARTING' | 'STOPPING' | 'STOPPED'

The status of the graph.

statusReasonstring

The reason that the graph has this status.

createTimestring date-time

The time at which the graph was created.

provisionedMemoryinteger

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

endpointstring

The graph endpoint.

publicConnectivityboolean

If <code>true</code>, the graph has a public endpoint, otherwise not.

replicaCountinteger

The number of replicas for the graph.

kmsKeyIdentifierstring

The ID of the KMS key used to encrypt and decrypt graph data.

sourceSnapshotIdstring

The ID of the snapshot from which the graph was created, if any.

deletionProtectionboolean

If <code>true</code>, deletion protection is enabled for the graph.

buildNumberstring

The build number of the graph.