Skip to main content

POST /api/chain/:slug/contracts/:id/freeze

fires. The row stays in the DB so audit history is preserved. To free up scheduler capacity, frozen contracts also have their next_fire cleared.

MethodPOST
Path/api/chain/:slug/contracts/:id/freeze
DomainState machines · Contracts
Tiercomputation (public)
Authuser

Request

curl -X POST https://zeqsdk.com/api/chain/YOUR_MACHINE/contracts/CONTRACT_ID/freeze \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.