Reservations
End a reservation now (platform admin)
Returns the GPU units to the public pool immediately. Workloads the tenant is already running keep running; the node's owning org terminates them when it needs the capacity.
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer vl_….
In: header
Path Parameters
nodeId*string
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/nodes/string/reservations/string/cancel"{
"id": "string",
"nodeId": "string",
"reservedUnitIds": [
"string"
],
"allowedOrgIds": [
"string"
],
"startsAt": "string",
"endsAt": "string",
"status": "pending",
"topologyGen": 0,
"contractRef": "string",
"reason": "string",
"createdAt": "string",
"updatedAt": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}Command line
The orl CLI wraps this endpoint:
orl reservations node cancel <node-id> <id>Amend a reservation's term, audience, or topology pin (platform admin) PATCH
Previous Page
Release GPU units back to the market for public sale (platform admin) POST
The double-sell operation: the named units leave the reservation and become ordinary public capacity, sold at the spot tier and terminable by the org that owns the node.