Subgraphs, backups, tier changes, and materialization
7 operations.
/v1/graphs/{graph_id}/operations/create-subgraphSet forkparent=true to clone parent graph data into the new subgraph (async, returns a pending OperationEnvelope).
/v1/graphs/{graph_id}/operations/delete-subgraphSet backupfirst=true to create a safety backup before deletion.
/v1/graphs/{graph_id}/operations/delete-graphPermanently destroys a user graph and cancels its subscription.
/v1/graphs/{graph_id}/operations/create-backupNot allowed on shared repositories.
/v1/graphs/{graph_id}/operations/change-tierAsync EBS migration (3-5 min).
/v1/graphs/{graph_id}/operations/update-graph-metadataEdit the graph's platform-level label: display name, description, and tags.
/v1/graphs/{graph_id}/operations/materializeRebuilds LadybugDB from staging tables (file uploads) or extensions OLTP data.