Create Snapshot
POST
/api/v1/nodes/{node_id}/snapshots/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key for authenticating the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredThe target location or region for the snapshot.
- required
- must be a valid region identifier (e.g., us-east1)
example{{location}}
Request body
application/json
Name of the snapshot to create
example
random- must be a non-empty string
- max length 255 characters
Responses
200Successful response
HTTP status code of the snapshot creation response
example
200- integer
- value between 100 and 599
Status message indicating the result of the snapshot creation.
example
Success- Must be a non-empty string
- Maximum length typically 255 characters