Skip to content

StopGraph

Source: src/AWS/NeptuneGraph/StopGraph.ts

Runtime binding for the StopGraph operation (IAM action neptune-graph:StopGraph), scoped to one Graph.

Stops the bound graph to pause compute (m-NCU) billing while retaining data — e.g. a scheduler Lambda parking dev graphs overnight. Restart with StartGraph. Provide the implementation with Effect.provide(AWS.NeptuneGraph.StopGraphHttp).

const stopGraph = yield* NeptuneGraph.StopGraph(graph);
const result = yield* stopGraph();
// result.status → "STOPPING"