Activate a blockchain (triggers activation workflow)
Starts the asynchronous activation workflow for the blockchain identified by its ID, transitioning it towards the ACTIVATED state.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
Required blockchain ID to activate
Response
Accepted
Human-readable result message.
Example:
"Blockchain activation started"
Previous
Trigger validation workflowStarts the asynchronous validation workflow for a blockchain and its associated validation session.
Next
TypeScript