Cloud API
REST API reference for managing Cloud nodes.
Cloud API
Base URL
Authentication
export CLOUD_API_TOKEN="<your_token>"-H "Authorization: Bearer ${CLOUD_API_TOKEN}"List nodes
curl -s \
-H "Authorization: Bearer ${CLOUD_API_TOKEN}" \
"https://cloud-api.thunderstack.org/api/nodes"Create a node
Get a node
Destroy a node
Webhooks: public key
RLN images: latest version
RLN images: upgrade node
Node settings: update
Node lifecycle: start
Node lifecycle: stop
Logs: trigger export
Logs: get download URLs
Last updated