List Deleted (Terminated) Nodes
Returns the nodes that the group has scaled down / terminated, with each node's node_name, created_at, terminated_at, total usage duration, and the public_ip it had. Useful for auditing past scaling activity and node lifetimes.
GET
/api/v1/scaler/scalenodeinfo/{scaler_id}Path parameters
scaler_idPathintegerrequiredThe
idof the auto scaling group, as returned by List.- required
- must be a valid auto scaling group ID
example12345
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 used to authenticate the request.
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion of the group.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Responses
200Successful response
Terminated (scaled-down) nodes and their lifetimes.
example
200example
Success