Subgraph Lifecycle
Pause a subgraph
Pause indexing for a deployed subgraph version. Can be resumed later. version must be a deployed version label, not a tag name — a tag is a moving pointer, so pause it by the version it targets.
PUT
Error
Authorizations
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Path Parameters
Pattern:
^[a-zA-Z][\w-]*$Pattern:
^[a-zA-Z0-9][\w+.-]*$Response
200
Default Response
Related topics
CLI ReferenceStalled subgraph detectionPause a pipelineIndex onchain data with SubgraphsAPI Reference